/*****************/
/** QapTcha CSS **/
/*****************/
#QapTcha {
	float:left;	
	width:200px;
}
#QapTcha .clr{clear:both}

#QapTcha #bgSlider {
	width:164px;
	height:22px;
	background:transparent url('/img/bg_QapTcha_sprites.png') no-repeat 0 -22px;
	float:left
}

#QapTcha #Slider {
	width:30px;
	height:22px;
	background:transparent url('/img/bg_QapTcha_sprites.png') no-repeat -40px 0;
	cursor:e-resize
}

#QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('/img/bg_QapTcha_sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:5px;
}

#QapTcha #TxtStatus {
	width:202px;
	margin-top:0px;
	text-align:left!important;
	font-family:Verdana;
	font-size:9px;
	clear:both;
	line-height: 10px;
	padding-bottom: 8px;
}

/** States **/
#QapTcha .dropSuccess {
	color:#777
}
#QapTcha .dropError {
	color:#625d62
}