/* CSS Document */


.chker, .chkok
{
	margin-left: 5px;
	padding-left: 20px;
	font-size:12px;
	background-image: url(/js/skins/info.gif);
	background-repeat: no-repeat;
	
}

.chker{ color: #f00; background-position: 0 0; }
.chkok{ color: #00f; background-position: 0 -16px; }

/* chkaj是AJAX验证时等待时的样式 */
.chkaj
{
	margin-left: 5px;
	padding-left: 20px;
	font-size:12px;
	background-image: url(/js/skins/wait.gif);
	background-repeat: no-repeat;
}
/* 表单验证用到的样式结束 */
