/*****************/
/** QapTcha CSS **/
/*****************/
#QapTcha {
	padding:0px;
	/*
	border:1px solid #F4F4F4;
	background:url('../i/bg_QapTcha.png') repeat;
	margin-top:10px;
	*/
}
#QapTcha .clr{clear:both}

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

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

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

#QapTcha #TxtStatus {
	float:left;
	font-size:12px;
	color:#fff;
	font-family:"Lucida Grande","Lucida Sans Unicode",sans-serif;
}

#TxtStatus	{ padding:4px 0 0 5px;}

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