/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:5px;width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:37px;float:left;border:1px solid #040404;background-color:#ff0000;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('/js/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:500px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}

.modal_bg{
position:absolute;
display:none;
z-index:1000;
left:0;
top:0;
background-color:#A8A8A8;
}
.modal_window{
position:absolute;
display:none;
left:50%;
z-index:1100;
width:600px;
margin-left:-300px;
height:385px;
background:#ffffff;
}