/*****************/
/** QapTcha CSS **/
/*****************/
#seguraQaptcha{width:100%; height:auto; float:left; padding:15px 0;}
.QapTcha {margin-top:5px;width:180px; position: relative; display: inline-block;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:212px;height:99px;float:left;background:url('../img/caminhoSlide.png') no-repeat center center; }
.QapTcha .Slider {width:40px;height:46px;background:transparent url('../img/bg_draggable_qaptcha.png') no-repeat;cursor:e-resize;position:relative;top:6px;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:3px;text-align:left;color:#bb2828;font-family:Verdana;font-size:70%;clear:both; margin-bottom:15px;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
#cadeado{position: absolute; right: -5px; margin-top:10px;}
.organizaForm{width:100%; height: auto; float:left;}

.bgSlider:before {
    width: 31px;
    height: 48px;
    content: " ";
    background-image: url('../img/icone_cadeado.png');
    right: -36px;
    position: absolute;
    top: 11px;
}


