/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {margin-top:10px;width:100%;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {
    background-color: white;
    border-radius: 8px 8px 8px 8px;
    float: right;
    height: 32px;
    margin-bottom: 2px;
    margin-right: -10px;
    overflow: hidden;
    width: 260px;
}
#co_contact .QapTcha .bgSlider{
    border: 1px solid #dedede;
    width: 258px;
    margin-bottom: 0;
}
#va_form .QapTcha .bgSlider{
    margin-right: 0;
}
.QapTcha .Slider {
    background: url("../images/qaptcha/bg_draggable_qaptcha.jpg") no-repeat scroll 0 0 transparent;
    box-shadow: 0 0 8px #BDBDBD;
    background-size: auto 100%;
    cursor: e-resize;
    height: 32px;
    left: 0;
    position: relative;
    top: 0;
    width: 44px;    
}
.QapTcha .TxtStatus {
    border-radius: 8px 8px 8px 8px;
    clear: both;
    color: #BB2828;
    float: right;
    font-family: Verdana;
    font-size: 11px;
    margin-right: -10px;
    margin-top: 2px;
    padding: 5px 10px;
    text-align: center;
    width: 240px;
}
#va_form .QapTcha .TxtStatus{
    margin-right: 0;
}
.QapTcha .dropSuccess {
    background: none repeat scroll 0 0 rgb(102, 204, 51);
    background: none repeat scroll 0 0 rgba(102, 204, 51, 0.6);
    color: #fff;
    }
.QapTcha .dropError {
    color:#666;
    background: rgb(20, 20, 20);
    background: rgba(20, 20, 20, 0.2);
    }