/*****************/
/** QapTcha CSS **/
/*****************/
#QapTcha {
	padding:2px;
	margin-top:2px;
}
#QapTcha .clr{clear:both}

#QapTcha #bgSlider {
	width:202px;
	height:22px;
	background:transparent url('img/sprites.png') no-repeat 0 -22px;
	float:left
}

#QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('img/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

#QapTcha #Icons {
	float:left;
	width:0px;
	height:0px;
    background:transparent url('img/sprites.png') no-repeat 0 0;
	margin-top:0px;
	margin-left:0px;
}

#QapTcha #TxtStatus {
	width:360px;
	margin-top:3px;
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	clear:both
}

/** States **/
#QapTcha .dropSuccess {
	color:#568E2F
}
#QapTcha .dropError {
	color:#bb2828
}