/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	float: left;
	width: 478px;
	background: url('../img/slideGesture.gif') 97% 6px no-repeat;
	padding-bottom: 4px;
}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {
	width:340px;
	height:54px;
	float:left;
	border: 2px solid #752410;
	background-color: #CF452C;
	padding: 2px;
	border-radius: 12px;
	box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.5);
	position: relative;
}
	.QapTcha .bgSlider.dropSuccess {
		background-color: #40B200;
		border: 2px solid #338100;
	}
.QapTcha .Slider {
	width:70px;
	height:46px;
	background:transparent url('../img/qaptchaGrip.png') 50% 50% no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0;
	border-radius: 9px;
	z-index: 1;
}

.QapTcha .TxtStatus {
	text-align: left;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 90px;
	font: 17px signika;
}

.QapTcha .TxtStatus.dropSuccess {
	left: 30px;
}

/*
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color: #fff}
*/
