formValidator.css 1.01 KB
.onShow
{
    background:url(../images/formvalidator/onShow.png) no-repeat 5px 5px; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	height:22px;
	display:inline-block;
	color:#999;
}
.onFocus
{
    background:#E9F0FF url(../images/formvalidator/onFocus.png) no-repeat 5px 5px; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	height:22px;
	display:inline-block;
	color:#666;
}
.onError
{
    background:#FFF2E9 url(../images/formvalidator/onError.png) no-repeat 5px 5px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	height:22px;
	display:inline-block;
	color:#e8044f;
}
.onCorrect
{
    background:#E9FFEB url(../images/formvalidator/onCorrect.png) no-repeat 5px 5px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	height:22px;
	display:inline-block;
	color:#008000;
}
.onLoad
{
    background:#E9FFEB url(../images/formvalidator/onLoad.gif) no-repeat 5px 5px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px;
	height:22px; 
	display:inline-block;
	color:#999;
}