/*****************/
/** QapTcha CSS - ORIGINAL **/
/*****************/
/*.QapTcha {width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:37px;float:left;border:1px solid #040404;background-color:#101010;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}*/

/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	float:left;
	/*s*/
	width:70%;
}

.QapTcha.help_unlock {
	width:40%;
}

.QapTcha .clr{
	clear:both
}
.QapTcha .bgSlider {
	width:100%;
	height:37px;
	float:left;
/*	border:1px solid #040404;
*/	

	border: 1px solid #00acac;


/*background-color:#101010;*/
	border-radius: 3px;

}

.QapTcha.help_unlock .bgSlider {
background-color: ;
border: 1px solid #00acac;

/*	background-color:#242a30;
*//*	border:0px solid #040404;
*/}

.QapTcha .Slider {
	width:52px;
	height:35px;
	background:transparent url('../assets/img/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;
	position:relative;
	top:0;
	left:0;
	border-radius: 3px;
}

.QapTcha .TxtStatus {
	width:100%;
	margin-top:7px;
	text-align:left;
	color:rgb(254,67,101);
	font-size:11px;
	clear:both
}
.QapTcha .dropSuccess {
	color:#00acac;
}
.QapTcha .dropError {
	color:rgb(254,67,101);
}