/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 /* Basic styling */
input.error, textarea.error {
	border: 3px solid #FF2400;
}
div.error,  label.error {
	color: #FF2400;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}
div.errorlabels label {
	display: block;
	
}
