@charset "UTF-8";

/*覆盖nice-validator-1.1.2样式*/
.n-tip .n-msg, .n-loading {
    color: #999999;
}
.n-icon {
    width: 20px;
    height: 20px;
}
.msg-wrap, .n-icon, .n-msg {
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}
.n-error {
    color: #f87979;
}
.n-default .msg-wrap .n-icon {
    background-image: url("../../img/register/validator_regist.png");
}
.n-ok .n-icon {
    background-position: -20px 0;
}