/* Contact Us Page Styles*/


#contact{
	position:relative;
}
	
#contact label{
	float:left;
	text-align:right;
	width:70px;
	margin-top:3px;
	font-size:12px;
	text-transform:uppercase;
	color:#c1c1c1;
}
	
.inputField{
	height:22px;
	margin-bottom:10px;
}

.inputField input{
	width:175px;
	float:left;
	margin:3px 0 0 6px;
	border:#FFFFFF;
	color:#000000;
}

.textAreaField textarea{
	width:175px;
	height:100px;
	margin:6px 0 0 7px;
	border:#FFFFFF;
	color:#000000;
	resize:none;
}

#submitbtn{
	width:120px;
	cursor:pointer;
	float:right;	
}