/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	/*border:1px solid #F4F4F4;
	background:url('../images/bg_QapTcha.png') repeat;*/
	

}
.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:100%;
	height:28px;
	background:#000 url('../images/sprites.png') no-repeat 200px -12px;
	border-left:6px solid #ffc000;
	float:left;
}

.QapTcha #Slider {
	width:26px;
	height:12px;
	background:transparent url('../images/sprites.png') no-repeat;
	cursor:e-resize;
	position:relative;
	z-index:5;
	margin:8px 0 0 6px;
	padding-right:10px;
}

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

.QapTcha #TxtStatus {
	width:100%;
	height:28px;
	text-align:center;
	font-size:12px;
	line-height:28px;
	color:#fff;
	position:absolute;
	top:0;
	clear:both;
}

/** States **/
.QapTcha .dropSuccess {
	color:#9bd075;
}
.QapTcha .dropError {
	color:#bb2828;
}