#contactForm {
	width:460px;
}



#contactForm fieldset input.text, input.text2, input.text3 {
	width:310px;
	margin-top:4px;
	margin-left:0;
	height:19px;
 }
#contactForm fieldset input.text2{
	width:200px;
 }
#contactForm fieldset input.text3{
	width:50px;
 }
 
 #contactForm fieldset select{
	width:170px;
	margin-top:4px;
	margin-left:0;
	height:19px;
 }
 
 #contactForm fieldset {
	width:100%;
	border:1px solid #B2B2B2;
	padding:8px 0 10px 13px;
	margin-top:10px;
	display:block;
 }
 #contactForm legend {
	font-size:14px;
	font-weight:bold;
 }
 
 #contactForm fieldset label {
	float: left;
	margin-top:4px;
	width: 120px;
	font-weight: bold;
 }
 
 #contactForm fieldset label span {
	color:red;
 }
 
 #contactForm label.wide {
	width:310px;
	font-weight: normal;
	
 }
 
 #contactForm textarea {
	width:430px;
	font-weight: normal;
	scroll:y-only;
 }
#contactForm div.submit {
	text-align:center;
	margin-top:10px;
}

#contactForm div.submit input {
	width:80px;
	text-transfrom:uppercase;
}




form #applyNow {
	margin:20px 0 15px 0;
}