/*****************/
/** QapTcha CSS **/
/*****************/

.searchFBF .QapTcha {
		margin-bottom: 15px;
}

.QapTcha {
	margin-top: 5px;
	width: 252px;
}

.QapTcha .clr {
	clear: both
}

.QapTcha .bgSlider {
	width: 165px;
	height: 30px;
	border-radius: 3px;
	float: left;
	border: 1px solid #d2d2d2;
	background-color: #e4e4e4;
	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.27);
}

.QapTcha .Slider {
	width: 40px;
	height: 30px;
	top: -1px;
	border: 1px solid #557ae2;
	border-radius: 3px;
	background-color: #557ae2;
	cursor: e-resize;
	position: relative;
	left: 0;
	padding: 0;
	margin: 0;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.28)
}


.QapTcha .dropSuccess {
	background-color: #4cae4c;
	border: 1px solid #4cae4c;
	opacity: 1 !important;
}

.QapTcha .sliderText {
	margin-left:50px;
	margin-top:8px;
	font-size:12px;
	position:absolute;
}

