#commentform input.error, #commentform textarea.error { color: #f00; }
#commentform div.error, #commentform div.error1, #commentform label.error  , #commentform label.error1 { color: #F00; }
#commentform div.errorlabels label { display: block; width:190px; }

.error1
{
	position: absolute;
	right: 66px;
}

.errorlabels
 {
	display: block;
	position: absolute;
	right: -30px;
	width: 250px;
	top:190px;
}
