﻿.reqerror
{
	float:left;
	width:68px;
	height:16px;
	line-height:16px;
	padding:5px 0 3px 0;
	margin:-10px 0 0 0;
	display:inline;
	background-image:url(../images/validation/required.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#990000;
	font-size:10px;
	text-align:center;
}
.longreqerror
{
	float:left;
	width:280px;
	height:16px;
	line-height:16px;
	padding:5px 0 3px 0;
	margin:-10px 0 0 0;
	display:inline;
	background-image:url(../images/validation/requiredlong.gif);
	background-repeat:no-repeat;
	background-position:top left;
	color:#990000;
	font-size:10px;
	text-align:center;
}
.error
{
	float:left;
	padding:6px 0 0 0;
	margin:0;
	color:#006A9B;
	font-size:11px;
}