#contactForm input, #contactForm textarea {
	margin-bottom: 10px;
}
h2 {
	font-size: 2em;
	color: #239900;
	margin-bottom: 15px;
}
h2.valid {
	color: #239900;
}
h2.error {
	color: #992100;
}
p {
	margin-bottom: 5px;
}
.group_errors {
padding: 15px 20px;
background-color: #fff6f1;
border-radius: 5px;
margin-bottom: 20px;
}
div.error {
line-height: 2.5em;
color: #992100;
}
.control div.error {
position: absolute;
z-index: 9;
right: 20px;
}