@charset "utf-8";
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: #F00;
	font-style: italic;
	position: relative;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
div.error {
	display: block;
}
input.error,
textarea.error,
select.error,
#blog-form input.error,
#blog-form textarea.error,
#blog-form select.error {
	border: 1px solid #f00 !important;
	color: #F00 !important;
	background-color: #FF0 !important;
	background-image: none !important;
}
