/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {

}
.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:183px;
	height:26px;
	background: url('../img/slider-line.png') 0 center no-repeat;
	float:left
}

.QapTcha #Slider {
	width:49px;
	height:26px;
	position:relative;
	background: url('../img/slider.png') 0 0 no-repeat;
	cursor:e-resize
}

.QapTcha #Icons {
	display: none;
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../img/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	width:202px;
	margin-top:7px;
	text-align:center;
	font-size:11px;
	clear:both
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#bb2828
}