/* ---------------------------------------------------------------------------------------------------------------------------------------
CONTACT FORM
--------------------------------------------------------------------------------------------------------------------------------------- */

#contactform {
	width: 400px;
	margin-top: 10px;
	line-height: 1.2;
}

#contactform legend {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #4f814c;
	text-transform: uppercase;
}

#contactform input, #contactform textarea {
	padding: 5px;
	width: 200px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#contactform input.zipcode, #contactform input.addr2 {
	width: 90px;
}

#contactform select {
	padding: 5px;
	width: 211px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}

#contactform textarea {
	height: 90px;
}

#contactform input:hover, #contactform textarea:hover {
	background: #ececec;
}

#contactform input:active, #contactform input:focus, #contactform textarea:active, #contactform textarea:focus, #contactform select:hover, #contactform select:active, #contactform select:focus {
	border: 1px solid #b25452;
}

#contactform input.submitbut {
	display: block;
	color: #ffffff;
	font-weight: bold;
	cursor: pointer;
	background: #b25452;
	width: 100px;
	margin: 0 auto;
}

#contactform input.submitbut:hover {
	background: #858585;
	border: 1px solid #b25452;
}

#contactform input.submitbut:active, #contactform input.submitbut:focus {
	background: #858585;
	color: #b25452;
	border: 1px solid #b25452;
}

#contactform label {
	clear: left; /* Required to make Opera play nicely with validators */
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
}

/* ::: Validator Styles ::: */
.popupdiv {
	padding: 20px;
	background-color: #e6e6e6;
	border: 5px solid #fff;
	width:250px;
	display:block;
}
#ValSum1 {

	margin-left: 20px;
}
.popupdiv h3 {

}
.popupbg {
	background-color:#000000; 
	filter: alpha(opacity=75); 
	opacity:0.75;
}
.popupbgExam {
	background-color:#000000; 
	filter: alpha(opacity=95); 
	opacity:0.95;
}
.hidelbl {
	display:none;
}
fieldset input.star {
	background-image: url(../images/bg/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
	background-color: #ffffff;
	border: 1px solid #b25452 !important;
}
#contactform select.star { border: 1px solid #b25452; }
fieldset textarea.star {
	background-image: url(../images/bg/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 190px 5px;
	border: 1px solid #b25452 !important;
}
fieldset label.required { color: #C00; }
fieldset input.required {
	border: 1px solid #a20000 !important;
	background-color:#b25452;
	background-image: url(../images/bg/cross_circle.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
}
fieldset textarea.required {
	border: 1px solid #a20000 !important;
	background-color:#b25452;
	background-image: url(../images/bg/cross_circle.gif);
	background-repeat: no-repeat;
	background-position: 190px 5px;
}
fieldset select.required { 
	border: 1px solid #a20000 !important;
	background-color:#b25452;
}
fieldset label.invalid {
	color: #3a2702;
}
fieldset input.invalid {
	border: 1px solid #3a2702 !important;
	background-color:#eee8cf;
	background-image: url(../images/bg/cross_circle.gif);
	background-repeat: no-repeat;
	background-position: 190px center;
}
span.hide { display: none !important; }