
/* FORMS ========================================================================*/

#formsContainer{
	margin:10px 0 10px 0;

	color:#8d3900 ;
}
fieldset{
	border:1px dotted #3f0f01;
	_border:1px solid #3f0f01;
	*border:1px solid #3f0f01;
	margin-bottom:15px;
	padding:10px;
}
legend{
	color:#000;
	
	font-weight:bold;
	margin:0pt 0pt 0px;
	padding:8px;
}

div.mailinglistForm fieldset {
	border: none;
}

.mailingListOption fieldset{
	border:none;
	padding:0;
	}

.mailingListOption fieldset fieldset, div.mailinglistForm fieldset fieldset{
	border:1px dotted #000;
	_border:1px solid #000;
	*border:1px solid #000;
	padding:10px;
	}

.mailingListOption fieldset fieldset input{
	border:1px dotted #000;
	_border:none;
	*border:none;
	margin-top:5px;
	}

.inputs,.radioButs{
	clear:both;
}
.inputs label,.inputsBD label,.inputs span.label,.inputs span.regionLabel,.radioButs label{
	width:140px;
	float:left;
	text-align:right;
	display:block;
	padding:2px 8px;
	margin:0 0 6px 0;
}
.inputs input{
	font-size:12px;
	padding:2px;
	height:14px;
	margin:0 0 6px 0;
	border:1px solid #000;
	background-color: #f5e7b8;
	float:left;
}

.inputsBD .VAMRequiredFieldMarker{
	display:none;
	}	

.inputs select{
	width:200px;
	float:left;
	height:20px;
	font-size:100%;
	padding:0;
	margin:0 0 6px 0;
	border:1px solid #000;
	background-color: #f5e7b8;
}
.inputs textarea{
	margin:0px 0 6px 0;
	border:1px solid #000;
	background-color: #f5e7b8;
}
.inputsBD {
	clear:both;
}
.inputsBD select{
	font-size:100%;
	padding:2px;
	background-color: #f5e7b8;
	border:1px solid #000;
}

.inputs p{	
	color:#000;
	}
	
.checkbox{
	margin:10px 0 0 150px;
}
.checkbox input{
	font-size:110%;
	margin-top:2px;
}
.checkbox label{
	margin-top:-2px;
	padding:0 4px;
}
p#forgotPw {
	margin:0;
	margin-left:155px;
	clear:left;
	
}
.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;
}

li.radioButs{
	list-style:none;
	}

table.RadUploadTable{
	width:270px;
	padding:0;
}

table.RadUploadTable table input{	
	font-size:12px;
	padding:2px;
	height:18px;
	margin:0 0 6px 0;
	border:none;
	border:1px solid #000;
	background-color: #f5e7b8;
	}

.submitBTN{
	background:url(/images/template/buttons/ph_submit.gif) no-repeat;
	width:79px;
	height:14px;
	border:none;

	}

.SignInBTN{	
	background:url(/images/template/buttons/ph_SIGNIN.gif) no-repeat;
	width:79px;
	height:14px;
	border:none;
	}

.JoinNowBTN{
	background:url(/images/template/buttons/ph_JoinNow.gif) no-repeat;
	width:109px;
	height:14px;
	border:none;
	}

.ResetBTN{
	background:url(/images/template/buttons/ph_ResetPassword.gif) no-repeat;
	width:162px;
	height:14px;
	border:none;
	}

.primarylist{
	background:#C5BC54;
	margin-top:10px;
	}

.primarylist ul{
	list-style:none;
	margin-left:90px;
	padding-top:10px;
	}

.primarylist ul li input{
	margin-right:10px;
	}

fieldset ul{
	
	margin-top:0;
	padding-top:0;
	}

p.formText{
	border-top:1px dotted #b4712f;
	border-bottom:1px dotted #b4712f;
	padding:10px;
	margin:0 25px;
	font-size:11px;
	}
/* vam errors======*/

.VAMRequiredFieldMarker {
	float: left;
}

span.VAMValSummaryHeader{
	display:block;
	font-size:120%;
	color:#900;
	padding:2px 10px;
	font-weight:bold;
}
ul.VAMValSummaryErrors{
	margin:10px 0;
	padding:4px 25px;
	border-top:1px dashed #ff0000;
	border-bottom:1px dashed #ff0000;
	color: #ff0000;
}
ul.VAMValSummaryErrors li{
	list-style:square;
	padding:5px;
}
.VAMValSummaryErrors{
	color:#000;
}

label.VAMRequiredFieldMarker{
	width:10px;
	float:left;
	
	padding:0;
	margin:0;
	height:10px;
	}

label.VAMRequiredFieldMarker img{
	margin-top:-10px;
	vertical-align:top;
	margin-left:10px;
	}