#contactForm input.error,
#contactForm textarea.error,
#contactForm select.error
{
	-webkit-box-shadow: 0 0 5px 0 #FF0000;
	        box-shadow: 0 0 5px 0 #FF0000;
}
#contactForm label.error {
	display: block;
	font-size: .7em;
	color: red;
	line-height: 2em;
}
#finalAnswer{
  float:none;
}
