/*****************/
/** QapTcha CSS **/
/*****************/
/*.QapTcha {margin-top:20px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {border-radius:0.2em;width:252px; display: block; margin-left: auto; margin-right: auto; text-align:center; height:36px;border:1px solid #292929;background-color:#292929;}
.QapTcha .Slider {border-radius:0.2em;width:52px;height:37px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {font-weight:bold;}
.QapTcha .dropSuccess {color:#468847}
.QapTcha .dropError {color:#B94A48}
*/

.QapTcha {
	margin-top:20px;
}

.QapTcha .clr {
	clear:both;
}

.QapTcha .bgSlider {
	border-radius:.2em;
	width:252px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	/*height:36px;*/
	/*border:1px solid #292929;*/
	/*background-color:#292929;*/
	border:3px solid #b74635;
	background-color:#d15b47;
}
 .QapTcha .bgSlider.unlocked {
	border:3px solid #87b87f;
	background-color:#629b58;
}

/* .locked {
	border:1px solid #292929;
	background-color:#d15b47;
}*/
.QapTcha .Slider {
	border-radius:.2em;
	width:52px;
	height:37px;
	/*background:transparent url(../images/bg_draggable_qaptcha.jpg) no-repeat;*/
	background:transparent url(../images/bg_draggable_qaptcha.png) no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0;
}

.QapTcha .TxtStatus {
	font-weight:bold;
	margin:15px;
}
.QapTcha .TxtStatus .small {
		margin:0;
	}
.QapTcha .dropSuccess {
	color:#468847;
}

.QapTcha .dropError {
	color:#B94A48;
}