div#contact {
	margin:10px 0 0 142px;
}
#contact label {
	display:block;
	float:left;
	width:100px;
	text-align:right;
	padding-right:13px;
}
#contact p {
	padding:5px;
}
h3 {
	font-weight:normal;
}
#contact input.submit {
/*	background-color: #66808b;
	color:#ffffff;*/
	margin-left:42px;
	width: 60px;
}
.required {
	color: red;
}
div.required {
	margin-left: 200px;
	margin-top:	-20px;
}
div.error {
	color: red;
	margin-left: 120px;
}