#commentform input.error, #commentform textarea.error {
	background-color: #f99;
}
#commentform div.error, #commentform label.error {
	color: red;
float:none !important;
font-size:85%;
padding-left:10px !important;
width:auto !important;
text-align:center;
}
#commentform div.errorlabels label {
	display: block;
}