/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
  float:left;
  margin-top:20px;
  width:100%;
}
.QapTcha .clr{
  clear:both
}
.QapTcha .bgSlider {
  width:100%;
  height:39px;
  float:left;
  border:1px solid #fff;
  background-color:rgba(255,255,255,0.4);
}
.QapTcha .Slider {
  width:52px;
  height:37px;
  background:transparent url('../img/bg_draggable_qaptcha.jpg') no-repeat;
  cursor:e-resize;
  position:relative;
  top:0;
  left:0
}
.QapTcha .TxtStatus {
  color: #FFF;
  font-size: 14px;
  line-height: 17px;
  width: initial;
  width: 65%;
  margin: 10px auto;
  text-align:left;
  font-family:Verdana;
  clear:both;
  padding-left: 40px;
}
.QapTcha .dropSuccess {
  color:#FFF;
  background: url('../img/icon-unlocked.png') left center no-repeat;
  height: 34px;
  padding-top: 8.5px;
}
.QapTcha .dropError {
  color:#FFF;
  background: url('../img/icon-blocked.png') left top no-repeat;
}
.QapTcha .bgSlider {
  background-color: rgba(255,255,255,0.4);;
  border: 1px solid #fff;
}
