/*****************/
/** QapTcha CSS **/
/*****************/




.QapTcha {
    padding:0;
    border:0;
    /* background:url('/system/images/bg_QapTcha.png') repeat; */
    background-color:transparent;
    margin-top:0px;
    margin: 0 auto;
}
.QapTcha .clr{clear:both}

.QapTcha .bgSlider {
    width:202px;
    height:22px;
    background:transparent url('../images/sprites.png') no-repeat 0 -22px;
    float:none;
    margin:0 auto;
}

.QapTcha .Slider {
    width:48px;
    height:22px;
    background:transparent url('../images/sprites.png') no-repeat -32px 0;
    cursor:e-resize
}

.QapTcha .Icons {
    float:left;
    width:16px;
    height:16px;
    background:transparent url('../images/sprites.png') no-repeat 0 0;
    margin-top:3px;
    margin-left:10px;
}

.QapTcha .TxtStatus {
    width:2o2px;
    margin-top:7px;
    text-align:center;
    font-size:0.8em;
    clear:both
}

/** States **/
.QapTcha .dropSuccess {
    color:#568E2F
}
.QapTcha .dropError {
    color:#ED1C24
}