#commentform input.error, #commentform textarea.error {
	background-color: #f99;
}
#commentform div.error, #commentform label.error {
	color:red;
	font-size:13px;
	font-style:italic;
}
#commentform div.errorlabels label {
	display: block;
}