/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	float: left;
	margin-top: 20px;
	width: 250px;
	position: relative;
}
.QapTcha .clr { clear: both }
.QapTcha .bgSlider {
	width: 250px;
	height: 22px;
	float: left;
	border: 1px solid #B5B5B5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #ded9d3; /* Old browsers */
	background: -moz-linear-gradient(top, #ded9d3 0%, #ffffff 57%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ded9d3), color-stop(57%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ded9d3 0%, #ffffff 57%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ded9d3 0%, #ffffff 57%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ded9d3 0%, #ffffff 57%); /* IE10+ */
	background: linear-gradient(to bottom, #ded9d3 0%, #ffffff 57%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ded9d3', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
.QapTcha .Slider {
	width: 60px;
	height: 28px;
	background: url('images/bgdrag.jpg') no-repeat;
	background-position: center center;
	cursor: pointer;
	position: relative;
	top: -4px;
	left: 0px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #A99D8D;
	margin-top: 0px;
	margin-left: 0px;
	overflow: hidden;
	z-index: 2;
}
.QapTcha .TxtStatus {
	width: 250px;
	margin-top: 10px;
	text-align: left;
	color: #bb2828;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	clear: both;
	
}
.QapTcha .dropSuccess { color: #4e8b37 }
.QapTcha .dropError { color: #bb2828 }
.QapTcha .backSlider {
	width: 10px;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 1px;
	margin-left: 1px;
	overflow: hidden;
	z-index: 1;
	background: #706356; /* Old browsers */
	
	background: -moz-linear-gradient(top, #706356 0%, #978777 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #706356), color-stop(100%, #978777)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #706356 0%, #978777 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #706356 0%, #978777 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #706356 0%, #978777 100%); /* IE10+ */
	background: linear-gradient(to bottom, #706356 0%, #978777 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#706356', endColorstr='#978777', GradientType=0 ); /* IE6-9 */
}
