#commentform input.error, #commentform textarea.error {
	background-color: #f99;
	margin-left: 10px;
}
#commentform div.error, #commentform label.error {
	color: red;
}
#commentform div.errorlabels label {
	display: block;
}