.FormColumn {margin-left: 100px;
        font-size: 70%}

.WarningColumn {margin-left: 100px;
        font-size: 70%;
        font-weight: bold;}

.SwitchContent fieldset {
	padding: 10px;
        border: 0px;
	}

form.SwitchForm {
   margin-top: 20px;
   padding-top: 0px;
}

p.FormComment {margin-left:100px}

p select {font-size: 100%}

file.txt, input.txt {
	color: #404040;
	background-color: #E3E3E3;
	border: 1px inset #00008B;
	width: 200px;
	display:inline;
}

textarea.txt {
	color: #404040;
	background-color: #E3E3E3;
	border: 1px inset #00008B;
	width: 400px;
        height: 200px;
	display:inline;
}

textarea.medium {
	background-color: #FFFF;
	border: 1px inset #00008B;
	width: 400px;
        height: 100px;
	display:inline;
        font-size: 100%;
        padding-left: 3px;
}

input.profile {
	background-color: #FFFF;
	border: 1px inset #00008B;
	width: 400px;
	display:inline;
        font-size: 100%;
        padding-left: 3px;
}

textarea.FullWidth{
	color: #404040;
	background-color: #E3E3E3;
	border: 1px inset #00008B;
	width: 100%;
        height: 100px;
	display:inline;
        margin-bottom:10px;
        font-size:100%
}

file.btn, input.btn {
	color: #404040;
	background-color:#FEEACE;
	border: 1px outset #00008B;
        font-weight:bold;
        font-size: 70%;
        text-transform: uppercase;
	}
	
h2 {
	margin-bottom: 0.5px;
	margin-top:0.85em
}

.SwitchContent fieldset fieldset,
fieldset {
	border:1px dotted #61B5CF;
	margin-top: 16px;
	padding: 10px;
	}
	

legend {
        width:90%;
	padding-left: 0.5em;
	padding-right: 0.5em;
	}

form p label {
	float: left;
	width: 100px
	}
	
form p label.short {
        float: left;
        width: 35px
        }

#RightColumn form p label,	
#LeftColumn form p label {
	float: left;
	width:100%
	}

#LeftColumn p,
#RightColumn p {
	margin: 0px;
	padding: 2px 0;
	font-size: 0.7em;
	}

#RightColumn h2,
#LeftColumn h2 {
	margin-top:0
	}

form p {
	clear: left;
	margin: 0;
	padding: 0;
	padding-top: 5px;
	}
	
#RightColumn input.txt {
	width: 150px;
	}
	
#LeftColumn input.txt {
	width: 150px;
	}

#RadioButtonSetLast,
#RadioButtonSet {
	display:inline;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	}
	
#RadioButtonSet {
	border-right: 1px solid #FF9900;
	}


#ThinBox {
	border:1px dotted #61B5CF;
	padding: 5px;
	}

form {
	display:inline
	}

