/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	padding:10px;
	margin-top:10px;
}
.QapTchaLoading i {
  font-size: 26px;
}
#company_review .QapTcha {
    margin: 0px;
    padding: 0 0 10px;
}
.QapTcha .clr{clear:both}

/*.QapTcha .bgSlider {
	width:202px;
	height:22px;
	background:transparent url('/assets/img/sprites.png') no-repeat 0 -22px;
	float:left
}

.QapTcha .Slider {
	width:48px;
	height:22px;
	background:transparent url('/assets/img/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}*/

.QapTcha .bgSlider {
    /*Moved to site specific pages*/
    /*background: url("/assets/img/slide_to_submit.png") no-repeat scroll 0 0 / 181px 46px rgba(0, 0, 0, 0);*/
    height: 46px;
    width: 181px;
    display: block;
    position: relative;
}

.QapTcha .bgText {
    position: absolute; 
    top: 15px; 
    right: 12px; 
    color: gray;
    cursor: default;
}

.QapTcha .Slider {
    transform: translate3d(0px, 0px, 0px); 
    cursor: url("/assets/img/grab.cur"), grab; 
    -moz-user-select: none; 
    z-index: 1001;
    /*Moved to site specific pages*/
    /*background: url("/assets/img/slider_slug.png") no-repeat scroll 0 0 / 46px 46px rgba(0, 0, 0, 0);*/
    height: 46px;
    width: 46px;
    display: block;
    cursor:hand;
    cursor:grab;
    cursor:-moz-grab;
    cursor:-webkit-grab;    
}

.QapTcha.grabbing .Slider {
  cursor:grabbing;
  cursor:-moz-grabbing;
  cursor:-webkit-grabbing;
}

.QapTcha.custom_cursor {
  cursor: url("/assets/img/grab.cur"), grab !important;
}

#trackbar.custom_cursor.grabbing {
  cursor: url("/assets/img/grabbing.cur"), grabbing !important;
}

.QapTcha .Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('/assets/img/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

.QapTcha .TxtStatus {
	width:202px;
	margin-top:7px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	clear:both
}

/** States **/
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}