
/*
 *form field errors
 */
.form-large input.field_error .field_error{
	border:1px solid #C00;
}

/**
 *error messages below fields and generallly
 *all error messages that appear on the website in a div
 *with these ids will have these styles
 */
#error, .error_message{
	font-weight:normal;
	color: #c00;
	padding-left:15px;
	background: url(../img/deny.png) top left no-repeat;
	margin-top:4px;
}
