.form h2 {
	clear:both;
	padding-top:20px;
	color:#004C1F;
}

.form div div {
	float:left;
	width: 180px;
}

.contact p label {
	width:200px; 
	float:left;
}

.contact p input {
	float:left;
}

ul.errors {
	width:100%;
	background-color: #F5E5E5;
}

ul.errors li {
	list-style: circle inside;
}