/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	clear:both;
	padding:10px;
	padding-left: 10px;
	margin-top:10px;
	margin-left:0px;
	margin-bottom:20px;
}
.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:202px;
	height:22px;
	background:transparent url('/images/qaptcha/sprites.png') no-repeat 0 -22px;
	float:left
}

.QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('/images/qaptcha/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

.QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('/images/qaptcha/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	width:100%
	margin-top:7px;
	text-align:left;
	font-family:arial, sans-serif;
	font-size:11px;
	clear:both;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#aa0800
}