#commentform input.error, #commentform textarea.error {
	background-color: #ffbd88;
}
#commentform div.error, #commentform label.error {
	color: #c50000;
	padding: 0 0 0 100px;
	font-weight: bold;	
}
#commentform div.errorlabels label {
	display: block;
}
