
/* 表單驗證 */
.pass {
    background: url("/MemberCenter/asset/images/pass.png") no-repeat scroll 0px 0px transparent;
    border: 0 none;
    height: 16px;
    padding-left: 16px;
}

.fail {
    background: url("/MemberCenter/asset/images/fail.png") no-repeat scroll 0px 0px ;
    border: 0px solid #F00;
    color: #903; 
    height: 16px;
    padding-left: 16px;
}

.hint {
    Xbackground: url("null.png") no-repeat scroll 0px 0px #FFF;
    border: 0 none;
    padding-left: 0px;
    color: #666;
}

.loading {
    Xbackground: url("/MemberCenter/asset/images/small_loading.gif") no-repeat scroll 0px 0px #FFF;
    border: 0 none;
    height: 16px;
    padding-left: 16px;
    color: #333333;
}
