/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	float:left;
	margin-top:10px;
	width:100%;
}
.QapTcha .clr{
	clear:both;
}
.QapTcha .bgSlider {
	width:100%;
	height:37px;
	float:left;
	border-top:1px solid #040404;
	border-bottom:1px solid #040404;
	border-left:1px solid #040404;
	background-color:#101010;
}
.QapTcha .Slider {
	width:52px;
	height:37px;
	background:transparent url('../gfx/site/bg_draggable_qaptcha.jpg') no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0;
}
.QapTcha .TxtStatus {
	width:100%;
	margin-top:7px;
	text-align:left;
	color:#bb2828;
	clear:both;
}
.QapTcha .dropSuccess {
	color:#4e8b37;
}
.QapTcha .dropError {
	color:#bb2828;
	}