#commentform INPUT.error, #commentform TEXTAREA.error
{
	border: 2px dotted #F5D;
}
#commentform INPUT.error:focus, #commentform TEXTAREA.error:focus
{
	border: 2px dotted #AAA;
}
#commentform DIV.error, #commentform LABEL.error
{
	color: #FF0000;
	font-size: 11px;
}
#commentform DIV.errorlabels LABEL
{
	display: block;
}
