/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	float:left;
	margin-left:5px;
	margin-top:25px;
}
.QapTcha .clr{clear:both}

.QapTcha .bgSlider {
	width:202px;
	height:22px;
	background:transparent url('./images/sprites.png') no-repeat 0 -22px;
	float:left;
}

.QapTcha .Slider {
	width:48px;
	height:22px;
	background:transparent url('./images/sprites.png') no-repeat -32px 0;
	cursor:e-resize;
	margin:0;
}

.QapTcha .Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('./images/sprites.png') no-repeat 0 0;
	margin-top:4px;
	margin-left:10px;
	position:relative;
}

.QapTcha .TxtStatus {
	margin:5px;
	font-family:Verdana;
	font-size:14px;
	clear:both;
	text-align: left;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F;
}
.apTcha .dropError {
	color:#bb2828;
}