#commentform input.error, #commentform textarea.error {
	background-color: #FFFFF0;
}
#commentform div.error, #commentform label.error {
	color: #000;
	float: left;
	clear: both;
	font-size: 1.2em;
}

#commentform label.error {
	color: #666 !important;
	background: none !important;
	font-size: 0.9em !important;
}

#commentform div.errorlabels label {
	display: block;
	margin-left: 22px;
}

#commentform div.error
{
	float: left;
	background-image:url(error.png);
	background-repeat: no-repeat;
	padding-left: 20px;
}
