#contactForm{
	
}
#contactForm label{
	width:200px;
	float:left;
	font-weight:bold;
	margin-right:10px;
}
#contactForm input, #contactForm textarea{
	width:230px;
	margin-bottom:3px;
	background-color:#fff !important;
	border:#247A15 solid 1px;
}
#submitForm{
	width:100px !important;
	margin-left:200px;
	font-weight:bold;
	visibility:hidden;
}