@CHARSET "UTF-8";
.onShow,.onFocus,.onError,.onCorrect,.onLoad{
	display:inline-block;
	vertical-align:top;
	color:#aaa;
	height:28px;
	line-height:28px;
	font-size:12px;
	margin:0 0 0 10px;
}

.onError{
	padding:1px 0 1px 20px;
	background:url(/images/tip-error.gif) 1px center no-repeat;
	color:#b94a48;
}

.onCorrect{
	background:url(/images/tip-ok.gif) 0px center no-repeat;
	width:16px;
	height:26px;
	display:inline-block!important;
}

.onLoad{
	padding:1px 0 1px 20px;
	background:url(/images/onLoad.gif) 1px center no-repeat;
}