/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:20px;margin-right:4px;max-width:400px;width:100%;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:100%;height:38px;float:left;border:1px solid #222;border-radius:10px;background: -webkit-linear-gradient(#2F2F2F, #4F4F4F); /* For Safari 5.1 to 6.0 */ background: -o-linear-gradient(#2F2F2F, #4F4F4F)); /* For Opera 11.1 to 12.0 */ background: -moz-linear-gradient(#2F2F2F, #4F4F4F)); /* For Firefox 3.6 to 15 */ background: linear-gradient(#2F2F2F, #4F4F4F)); /* Standard syntax */}
.QapTcha .Slider {width:52px;height:36px;border-radius:10px;background:transparent url('../img/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0 !important;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both;display:none;}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}

/***** Media Queries *****/
@media only screen and (max-width: 768px) {
	.QapTcha{margin-top:8px;max-width:100%;}
}