/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
    float:      right;
    margin-top: 20px;
    width:      200px;
    margin-right: -7px;
}

.QapTcha .clr {
    clear: both
}

.QapTcha .bgSlider {
    width:                 200px;
    height:                10px;
    float:                 left;
    background:            url("/assets/images/theme/bg/bg_content_mb.jpg");
    -moz-border-radius:    5px;
    -webkit-border-radius: 5px;
    border-radius:         5px;
    border: solid 1px #3D505F;
}

.QapTcha .Slider {
    width:      38px;
    height:     38px;
    background: url('../images/bg_draggable_qaptcha.png') 0 0 no-repeat;
    cursor:     e-resize;
    position:   relative;
    top:        -15px;
    left:       0
}

.QapTcha .Slider:hover {
    background-position: -38px 0px;
}

.QapTcha .TxtStatus {
    float: right;
    width:      150px;
    margin-top: 12px;
    text-align: right;
    /*color: #bb2828;*/
    /*font-family: Verdana;*/
    font-size:  12px;
    clear:      both;
    font-style: italic;
}

.QapTcha .dropSuccess {
    color: #4e8b37
}

.QapTcha .dropError {
    color: #ffa6bc
}