#commentform input.error, #commentform textarea.error {
	border:1px solid #FF9999;
}
#commentform div.error, #commentform label.error {
	color: red;
}
#commentform div.errorlabels label {
	display: block;
}