#commentform input.error, #commentform textarea.error {
	border: 1px solid #d99991;
	background-color: #f7aea5;
}
#commentform div.error, #commentform label.error {
	font-weight: bold;
	color: #ee7161;
}
#commentform div.errorlabels label {
	display: block;
}