@charset "utf-8";
/* CSS Document */
/************************************** Contact Form Styles ************************/
#contactForm{
	margin-top: 20px;
	padding-bottom: 10px;
}

#contactForm label{
	display:block;
	float:left;
	width: 171px;
	text-align:right;
	font-weight:bold;
	margin-right: 15px;
	margin-bottom: 10px;
}
#contactForm input, #contactForm select, #contactForm p, #contactForm textarea{
	display:block;
	float:left;
	width: 450px;
	margin-bottom: 10px;
	
}
#contactForm input, #contactForm select, #contactForm textarea{

}
.contactUs .ui-state-error {
	width:350px;
	margin:0 auto;
}
.contactUs {
	width:750px; 
	margin:0 auto 15px;
}
#contactForm select{
	width: 450px;
}

#contactForm p{font-size:10px; margin-bottom:0;}

#contactForm input.formButton{
	float:left;
	display:block;
	width: 225px;
	height:25px;
	background-color: #fff;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #666666;
	border-top: 2px solid #CCCCCC;
	color: #95AD50;
	cursor: pointer;
	font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding: 3px;
}

#contactForm input.radio {
	width:20px;
	float:left;
	
}
#contactForm .radioText {
	float:left;
	width:75px;
	
}

#contactForm .radioHolder {
	display:block;
	float:right;
	width:400px;
	padding-left:30px;
	margin-bottom: 10px;
}
span.red {
	color:#FF0000;
}
/******************************* End Contact Form Styles ************************/

