/*sprite*/
.CaptchaPopup .bt_hide, .CaptchaPopup .ic_refresh{
    background-image: url(/images/gui/CaptchaPopup/sprite.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

/*end sprite*/
.Block.CaptchaPopup{
    width: 327px; height: 390px;
    padding: 0 !important;
}
.Block.CaptchaPopup .B_inner{
    background: #fff;
    display: block;
    padding: 12px;
    /*width: 303px;*/
    font-size: 14px;
}

.CaptchaPopup .bt_hide{
    position: absolute;
    top: 12px;
    right: 10px;
    width: 21px;
    height: 20px;
    background-position: -21px 0;
}

.CaptchaPopup .bt_hide:hover{
    background-position: 0 0;
}

.CaptchaPopup h3, .CaptchaPopup h4{
    font-weight: normal;
}

.CaptchaPopup h4{
    margin-bottom: 3px;
}

.CaptchaPopup h3{
    font-size: 20px;
    margin-top: 0;
}

.CaptchaPopup input{
    font-size: 13px;
    color: #5b5b5b;
    padding: 4px 7px;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    box-shadow: inset 0 0 2px #e1e1e1;
}

.CaptchaPopup input.code{
    width: 50px;
}

.CaptchaPopup .bPreview{
    margin-bottom: 9px;
}

.CaptchaPopup p{
    padding-bottom: 7px;
    line-height: 19px;
}

.CaptchaPopup .captcha_img{
    border: 1px solid #dddddd;
    padding: 1px;
    margin-bottom: 10px;
    min-height: 150px;

}

.CaptchaPopup .line-gray{
    height: 1px;
    background-color: #dddddd;
    margin: 10px 0;
}

.CaptchaPopup .font13{
    font-size: 13px
}

.CaptchaPopup .NormalCasual{
    line-height: 23px
}

.CaptchaPopup .ic_refresh{
    background-position: 0 -47px;
    padding-left: 15px;
}

.CaptchaPopup .username{
    width: 195px;
}

.overlay{
    background: none repeat scroll 0 0 #000000;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
}