.quote_form fieldset p.error label,label.error{
	color: red;
}
div.quote_error_container {
	background-color: #eee;
	border: 1px solid red;
	margin: 5px;
	padding: 5px;
}
div.quote_error_container ol li {
	list-style-type: disc;
	margin-left: 20px;
}
div.quote_error_container {
	display: none
}
.quote_error_container label.error {
	display: inline;
}
form.quote_form label.error {
	display: block;
	margin-left: 1em;
	width: auto;
}
input.error, textarea.error {
    border: 2px dotted red;
}
label.checkbox > input.error ~ i {
    border: 2px dotted red;
}