.onShow
{
	background: url(../images/onFocus.gif) no-repeat center left #E2F5FF;
	border: 1px dashed #00A8FF;
	color: #006699;
	font-size: 12px;
	height: 20px;
	line-height:20px;
	padding: 2px 5px 2px 22px;
}
.onFocus
{
	background: url(../images/onFocus.gif) no-repeat center left #E2F5FF;
	border: 1px dashed #00A8FF;
	color: #006699;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px 2px 22px;
}
.onError
{
	background: url(../images/onError.gif) no-repeat center left #FFF2E9;
	border: 1px dashed #FF6600;
	color: #8B2B34;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px 2px 22px;
}
.onCorrect
{
	background: url(../images/onCorrect.gif) no-repeat center left #E6FFE6;
	border: 1px dashed #00A8FF;
	color: #008800;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px 2px 22px;
}
.onLoad
{
	background: url(../images/onLoad.gif) no-repeat center left #E2F5FF;
	border: 1px dashed #00A8FF;
	color: #006699;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding: 2px 5px 2px 22px;
}

.txtCode {
    border: 1px solid #9A9C9E;
    font-size: 14px;
    height: 17px;
    line-height: 17px;
    padding: 2px;
    width: 65px;
}

