.webimpact_form label { display: block; float: left; width: 130px; }
.webimpact_form input[type="text"], .webimpact_form input[type="password"],
.webimpact_form input[type="email"] {
	padding: 4px 8px;
	background: #f0f0f0;
	border: 1px solid #ccc;
}
.webimpact_form input[type="text"]:focus, .webimpact_form input[type="password"]:focus,
.webimpact_form input[type="email"]:focus {
	border-color: #aaa;
}
 
.webimpact_errors, .webimpact_no_errors {
	 background: #c02635 none repeat scroll 0 0;
	color: #fff;
	font-family: Raleway;
	font-size: 13px;
	margin: 7px 0 15px;
	padding: 8px;
}

.webimpact_no_errors {
	background: #92C935;
}
