.onShow {
	background: url(../images/onShow.gif) no-repeat 0 -3px;
	padding:2px 25px 1px;
	font-size: 12px;
}

.onFocus {
	background: #E9F0FF url(../images/onFocus.gif) no-repeat 0 0;
	padding:2px 25px 1px;
	font-size: 12px;
}

.onError {
	background: #FFF2E9 url(../images/onError.gif) no-repeat 0 0;
	padding:2px 25px 1px;
	font-size: 12px;
}

.onCorrect {
	background: #E9FFEB url(../images/onCorrect.gif) no-repeat;
	padding:2px 25px 1px;
	font-size: 12px;
}

.onLoad {
	background: #E9FFEB url(../images/onLoad.gif) no-repeat 3px 3px;
	padding:2px 25px 1px;
	font-size: 12px;
}
td div{
	margin-left: 10px;
	display: inline;
	width: 50%;
	height: 30px;
}