
/* FORMS ========================================================================*/

#formsContainer{
	margin:10px 0 10px 0;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: ;
}
fieldset{
	padding:0px;
	border: none;
}
fieldset fieldset{
	margin: 10px 0 0 0;
}
legend{
	color:#5B5B5B;
	font-size:110%;
	font-weight:bold;
	margin:0pt 0pt 0px;
	padding:0;
}

.inputs,.radioButs{
	clear:both;
}
.inputs label,.inputsBD label,.inputs span.label,.inputs span.regionLabel{
	width:95px;
	float:left;
	text-align:right;
	display:block;
	padding:2px 8px;
	margin:0 0 6px 0;
}
	.radioButs label {
		width: 120px;
	}
.inputs input{
	font-size:10pt;
	padding:3px;
	height:17px;
	margin:0 10px 10px 0;
	border:1px solid #5B5B5B;
	background-color: #ffffff;
}
	.radioButs input {
		margin-right: 0px;
	}
	.radioButs span label {
		margin-right: 10px;
	}
.inputs select{
	width:305px !important;
	float:left;
	padding:0;
	margin:0 0 10px 0;
	background-color: #fff;
	border: 1px solid #5B5B5B;
}
.inputs textarea{
	margin:0px 0 6px 0;
}
.inputsBD {
	clear:both;
}
.inputsBD select{
	font-size:90%;
	padding:2px;
}
.checkbox{
	margin:20px 0 0 150px;
}
.checkbox input{
	font-size:110%;
	margin-top:2px;
}
.checkbox label{
	margin-top:-2px;
	padding:0 4px;
}
p#forgotPw {
	margin-left:155px;
}
.submitButton input{
	display:block;
	clear:both;
	margin: 20px 0 10px 155px;
	cursor: pointer;
}
.radioButs input{
	width:20px;
	float:left;
	border: none;
}
.radioButs span label{
	width:auto;
	padding:2px 0; 
	text-align:left;
}
table.RadUploadTable{
	background:#999;
	width:270px;
	padding:4px;
}
table.RadUploadTable {border:1px solid #c00;}

/* DES errors======*/

span.DESVALSummaryHeader{
	display:block;
	font-size:120%;
	color:#900;
	padding:2px 10px;
	font-weight:bold;
}
ul.DESVALSummaryErrors{
	margin:5px 0;
	padding:4px 25px;
	border-top:1px dashed #817662;
	border-bottom:1px dashed #817662;
	color: #9B0019;
}
ul.DESVALSummaryErrors li{
	list-style:square;
	padding:5px;
}
.DESVALSummaryErrors{
	color:#9B0019;
}

.DESVALErrorText img {display: none;}