.onShow
{
	height:36px;
	line-height:36px;
	background:#f6f6f6 url("../img/index/log_warning.png") left center no-repeat;
	color:#f00;
	position: absolute;
	right:2px;top:1px;
	text-indent: 20px;
	padding-right:6px;		
}

.onFocus{
	height:36px;
	line-height:36px;
	background:#f6f6f6 url("../img/index/log_warning.png") left center no-repeat;
	color:#f00;
	position: absolute;
	right:2px;top:1px;
	text-indent: 20px;
	padding-right:6px;
}
.onError
{	
	height:36px;
	line-height:36px;
	background:#f6f6f6 url("../img/error.png") 10px center no-repeat;
	color:#f00;
	position: absolute;
	right:2px;top:1px;
	text-indent: 20px;
	padding-right:6px;
	padding-left: 10px;
}
.onCorrect
{
 
	height:36px;
	line-height:36px;
	background: url("../img/ok.png") left center no-repeat;
	color:#3d882d;
	position: absolute;
	right:2px;top:1px;
	text-indent: 20px;
	padding-right:6px;
}
