@charset "utf-8";
.onShow
{
	display:inline-block;
	height:22px;
    background:url('images/onShow.gif') no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onFocus
{
	display:inline-block;
	height:22px;
    background:#E9F0FF url('images/onFocus.gif') no-repeat; 
    padding-left:25px; 
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onError
{
	display:inline-block;
	height:22px;
   background:#E9F0FF url('images/onError.gif')  no-repeat; 
   padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onCorrect
{
	display:inline-block;
	height:22px;
    background:#E9FFEB url('images/onCorrect.gif') no-repeat;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
}
.onLoad
{
	display:inline-block;
	height:22px;
	background:#E9FFEB url('images/onLoad.gif') no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	line-height:22px; 
	vertical-align:middle;
} 
label {
	min-width:100px;
}