.jcaptcha-wrap-messagecode-box,.jcaptcha-wrap-imagecode-box,.jcaptcha-wrap-emailcode-box{
    height: 28px;
    width: 300px;
}

.jcaptcha-wrap-anglecode-box,.jcaptcha-wrap-textcode-box{
    margin-top: 5px;
    overflow: hidden;
}

/** 文本输入框的 X  **/input::-ms-clear{display: none;}
/** 密码输入框的 X  **/input::-ms-reveal{display: none;}

.jcaptcha-wrap-textcode-box{
    height: 36px;
    width: 300px;
}

.jcaptcha-wrap-anglecode-box{
    height: 42px;
    width: 300px;
}

.jcaptcha-textcode-image-wrap{
    height: 173px;
    width: 100%;
    display: none;
    position: absolute;
}

.jcaptcha-textcode-image-click{
    position: absolute;
    background:rgba(33, 150,243,0.5);
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    text-align: center;
    vertical-align: middle;
    width:20px;
    height: 20px;
}

.jcaptcha-textcode-update-icon{
    width: 18px;
    height: 18px;
    background-image: url("../img/update.png");
    position: absolute;
    right: 2px;
    top:2px;
}



.jcaptcha-textcode-image-box{
    width: 100%;
    height: 135px;

}

.jcaptcha-textcode-tip-box{
    width: 98%;
    height: 94%;
    border: 1px solid #DDD;
    text-align: center;
}

.jcaptcha-textcode-tip-text{
    margin-top:5px;
    float: left;
}

.jcaptcha-true-textcode-span{
    margin-top:5px;
    float: left;
}

.jcaptcha-false-textcode-span{
    margin-top:5px;
    float: left;
}

.jcaptcha-textcode-click-icon{
    width:24px;
    height:23px;
    margin-top:5px;
    margin-left:70px;
    background-image: url("../img/clickdown.png");
    float: left;
}

.jcaptcha-true-textcode-icon{
    width:24px;
    height:23px;
    margin-top:5px;
    margin-left:70px;
    background-image: url("../img/right.png");
    float: left;
}

.jcaptcha-false-textcode-icon{
    width:24px;
    height:23px;
    margin-top:5px;
    margin-left:55px;
    background-image: url("../img/error.png");
    float: left;
}

.jcaptcha-textcode-false-tip-box{
    border-color: #d9534f;
    background-color: #FCE1E1;
    color:#d9534f;
}

.jcaptcha-textcode-true-tip-box{
    border-color: #1CC7AD;
    background-color: #D2F4EF;
    color:#1CC7AD;
}

.jcaptcha-wrap-messagecode-box,.jcaptcha-wrap-emailcode-box{
    border: 1px solid #DDD;
    position:relative;
    min-width: 233px;
    text-align: center;
}

.jcaptcha-imagecode-input-text{
    width: 200px;
    height: 84%;
    border: 1px solid #69616170;
    outline: 0;
    padding: 2px 4px;
}


.jcaptcha-messagecode-input-text,.jcaptcha-emailcode-input-text{
    vertical-align: middle;
    height: 75%;
    border: 0px solid #DDD;
    padding: 0 5px;
    outline: 0;
    width: 58%;
    position: absolute;
    bottom: 3px;
    left:3px;
}


.jcaptcha-imagecode{
    vertical-align: top;
    cursor: pointer;
    width: 96px;
    height: 35px;
    display: inline;
    margin-left: 8px;
    background: rgba(22,119,255,0.06);
    border: 1px solid rgba(22,119,255,1);
    border-radius: 2px;
}

.jcaptcha-send-message-box,.jcaptcha-send-email-box{
    border-left: 1px solid #DDD;
    position: absolute;
    bottom: 0px;
    right:0px;
    background-color:#EEE;
    color:#333;
    text-align:center;
    font-size: 14px;
    height: 91%;
    cursor: pointer;
    width: 88px;
    padding-top: 3px;
}
.jcaptcha-clear{
    display:none;
    position: absolute;
    right: 90px;
    bottom: 7px;
}
.jcaptcha-change-time{
    color: #A9A4A4;
    cursor: default;
}

.jcaptcha-mouse-over-message-code{
    color: #FB0;
}

.jcaptcha-check-code-true{
    border-width: 0.2px;
    border-color: #59A91D;
}

.jcaptcha-check-code-false{
    border-width: 0.2px;
    border-color: red;
}


.jcaptcha-anglecode-spin-img-wrap{
    background-color: white;
    height: 220px;
    width: 100%;
    display: none;
    position: absolute;
}



.jcaptcha-anglecode-spin-img-box{
    width: 100%;
    height: 170px;
    text-align: center;
}


.jcaptcha-textcode-tip-box-unhover{
    background: linear-gradient(top, white, #DDD);
    background: -ms-linear-gradient(top, white, #DDD);
    background: -webkit-linear-gradient(top, white, #DDD);
    background: -moz-linear-gradient(top, white, #DDD);
}



.verify-left-bar :hover{
    cursor: pointer;
}
.verify-msg{
    font-size: 15px;
}