/*****************/
/** QapTcha CSS **/
/*****************/

.QapTcha_Wrap > div {
  float: left;
  /*   margin-top:5px;*/
  width: 220px;
}

.QapTcha_Wrap > div .clr {
  clear: both;
}

.QapTcha_Wrap > div .bgSlider {
  width: 220px;
  height: 30px;
  float: left;
  border: 1px solid #aaa;
  background: #efefef;
  border-radius: 4px;
}

.QapTcha_Wrap > div .Slider {
  background: url("bg_draggable_qaptcha.png") no-repeat scroll 0 0 transparent;
  cursor: e-resize;
  height: 28px;
  left: 0;
  margin: 1px 0 1px 1px;
  position: relative;
  top: 0;
  width: 40px;
  z-index: 2;
}

.QapTcha_Wrap > div .TxtStatus {
  //background: url(slide_send.gif) no-repeat scroll 0 0 transparent;
  clear: both;
  height: 15px;
  left: 55px;
  position: relative;
  top: -22px;
  width: 170px;
  z-index: 1;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.QapTcha_Wrap > div .dropSuccess,
.QapTcha .dropError {
  font-family: "Helvetica Neue Regular Condensed";
  font-size: 16px;
  color: #bb2828;
}
