.onShow{
	background:url(../images/validator/reg1.gif); 
	background-repeat: no-repeat;
	height:20px; 
	line-height:20px;
	padding:3px 0px 0px 20px; 
	}

.onFocus{
	background-image: url(../images/validator/reg2.gif);
	height:20px;
	line-height:20px;
	padding:3px 0px 0px 20px;
	background-repeat: no-repeat;
	background-position: 0px -1px;
}
.onError{
	background-image: url(../images/validator/reg3.gif);
	height:20px; 
	line-height:20px;
	padding:3px 0px 0px 20px; 
	background-repeat: no-repeat;
}
.onSuccess{
	background-image: url(../images/validator/reg4.gif);
	height:20px; 
	line-height:20px;
	padding:3px 0px 0px 20px; 
	background-repeat: no-repeat;
}
.onCorrect{;
	background-image: url(../images/validator/reg4.gif);
	height:20px; 
	line-height:20px;
	padding:3px 0px 0px 20px; 
	background-repeat: no-repeat;
}
.onLoad{
	background-image: url(../images/validator/loading1.gif);
	height:20px; 
	line-height:20px;
	padding:3px 0px 0px 20px; 
	background-repeat: no-repeat;
}
.mrg{ width:100%;  text-align:center;}