/* CONTACT US STYLE SHEET */

#contactUs{font-size:18px;float:left;margin:10px 0 10px 0;}

.contactList2{display:none;}

ul#contactList{}
	ul#contactList li{list-style-type:none;}

	#contactUs label{font-size:.6em;font-weight:bold;color:red;margin-left:5px;}
	#contactUs strong{font-size:.6em;font-weight:bold;}
	
	#contactUs form{margin:5px 0 0 0;}
	
.contactWidth{width:350px;}
	.contactWidthLeft{float:left;width:50%;}
	.contactWidthRight{float:left;width:50%;}
	.contactWidthWhole{float:left;width:100%;}

.input{border-left:1px solid #4f4f4f;border-top:1px solid #4f4f4f;border-right:1px solid #4f4f4f;border-bottom:1px solid #4f4f4f;margin:0 10px 3px 0;padding:2px;}
.formWidth2{width:150px;}
.formWidth1{width:325px;height:80px;font-family:arial;font-size:.7em;}
.submitForm{text-align:right;position:relative;right:20px;}

.required{font-size:.6em;}


#success{width:328px;color:#fff;background:url(success.png) no-repeat;height:57px;}
	#success h3{color:#fff;padding:16px 10px 0 0;text-align:center;font-size:15px;}

#contact_error{width:328px;border:1px solid #a50000;}
	#contact_error h3{color:#fff;background:#a50000;font-size:.8em;font-weight:bold;padding:5px;}
	#contact_error ul{}
		#contact_error li{background:#ffb4b4;list-style-type:none;padding:2px 0 2px 5px;font-size:.7em;color:#a50000;}
		
.cf_error_header{width:328px;background:url(error_top.png) no-repeat;height:43px;}
	.cf_error_header h3{color:#fff;padding:16px 10px 0 0;text-align:center;}
	
.cf_error_bg{width:328px;background:url(error_bg.png) repeat-y;text-align:center;padding:5px 0 5px 0;}
	.cf_error_bg li{list-style-type:none;color:#7f0000;font-weight:bold;padding:0 10px 0 0;}

.cf_error_footer{width:328px;background:url(error_bottom.png) no-repeat;height:12px;}