.onShow
{
    background:url(../../images/register/icon-hints.gif) no-repeat 3px 3px; 
    background-repeat: no-repeat;
	background-position: left top;
	line-height:14px;
	width:310px; 
	padding-left: 25px;
	padding-top:2px;
	font-size: 12px;
	vertical-align:middle;
	color: #3F72E8;
	height:auto!important;
	height:17px;
	min-height:17px;

}
.onFocus
{
    background: url(../../images/register/icon-hints.gif) no-repeat 3px 3px; 
    background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top:3px;
	line-height:14px;
	width:310px;
	font-size: 12px;
	vertical-align:middle;
	color: #3F72E8;
	height:auto!important;
	height:17px;
	min-height:17px;
}
.onError
{
    background: url(../../images/register/icon-error.gif) no-repeat 3px 3px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top:3px;
	line-height:14px;
	width:310px;
	font-size: 12px;
	vertical-align:middle;
	color: #F00;
	height:auto!important;
	height:17px;
	min-height:17px;
}
.onSuccess
{
    background: url(../../images/register/icon-correct.gif) no-repeat 3px 3px;
    background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top:3px;
	line-height:14px;
	width:310px;
	font-size: 12px;
	vertical-align:middle;
	color: #588F00;
	height:auto!important;
	height:17px;
	min-height:17px;
}
.onLoad
{
    background: url(../../images/register/icon-hints.gif) no-repeat 3px 3px;
    background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	padding-top:3px;
	line-height:14px;
	width:310px;
	padding-top:3px;
	font-size: 12px;
	color: #3F72E8;
	height:auto!important;
	height:17px;	
	min-height:17px;
} 