fieldset {
 border: none;
}

legend {
 display: none;
}

#contactForm label {
 display: block;
 width: 150px;
}

input, select, textarea {
 margin-top: 0px;
 border: 1px solid #333;
 background: #f3f3f3;
}

textarea {
	width: 300px;
	height: 100px;
}

form p {
	clear: both;
	margin: 5px;
	padding: 0px;
}
