#commentform input.error, #commentform textarea.error {
	background:none repeat scroll 0 0 #FFC;
	border:2px solid red;
	color:#000;
}
#commentform div.error, #commentform label.error {
	color: red;
}
#commentform div.errorlabels label {
	display: block;
	text-transform:none !important;
}