body {
	font: 10pt Arial, Helvetica, sans-serif;
}
form, h1, p {
	margin: 10px;
}
h1 {
	font-size: 14pt;
}
form {
	width: 500px;
	padding: 9px;
	overflow: visible;
	border: 6px solid #add1ff;
}
form:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html form {height: 1%;}
/* End hide from IE-mac */

dl, body form p {
	margin-bottom: 15px;
}
dt {
	float: left;
	width: 150px;
	clear: right;
}
dd {
	float: right;
	width: 350px;
	margin-bottom: 0.7em;
}
#name, #email, #subject, #message {
	width: 342px;
	border: 1px solid #5287cc;
	padding: 3px;
}
#message {
	height: 120px;
	margin-bottom: 0;
}
ul.errors {
	background-color: #5287cc;
	font-weight: bold;
	color: #fff;
}
ul.errors li {
	padding: 2px 4px;
}
input#send {
	width: auto;
}
form h2, form p {
	clear: both;
	margin: 5px 0;
}
form h2 {
	font-size: 110%;
	font-weight: bold;
}
form p.answer {
	padding: 4px;
	background-color: #e3efff;
	text-align: center;
	font-weight: bold;
}
