/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:20px;width:94%;padding:0 3%;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider,.QapTcha .TxtStatus {
	-moz-transition: 0.9s all ease;
	-o-transition: 0.9s all ease;
	-webkit-transition: 0.9s all ease;
	transition: 0.9s all ease;}
.QapTcha .bgSlider {width:100%;height:43px;float:left;background-color:rgba(255,0,0,0.12); border-radius:22px;-webkit-border-radius:22px; 
border: 3px solid rgba(0, 0, 0, 0.06);box-sizing: border-box;-webkit-box-sizing: border-box;overflow: hidden;
}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0; border-radius:19px;-webkit-border-radius:19px; }
.QapTcha .TxtStatus {width:100%;margin-top:7px;text-align:left;color:rgb(189, 40, 40);font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:rgb(77, 138, 55)}
.QapTcha .dropError {color:#f00}
.QapTcha .bgSlider.success {background-color:rgba(0,102,0,0.3);} 
.QapTcha .finsh { float: right; left: auto !important; }
.QapTcha .loadng { background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='43px' width='100%'><text x='40%' y='55%' fill='red' font-size='20' font-family='arial'>validating ...</text></svg>") no-repeat scroll 0 0; }
.mfControls button, .mfControls input{
	margin: 18px 0;
}
