/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	padding:10px;
	border:1px solid #dfdfdf;
	background:#F5F2EF;
	/*background:url('../images/bg_QapTcha.png') repeat;*/
	margin-top:10px;
	float:left;
}

.QapTchaFieldSet{
	font-family: Century Gothic;
	color: #97726B;
	margin-top:50px;
	font-size:14px;
	padding:0px;
}

.QapTchaValidBtn{
	background:#F5F2EF;
	padding-right : 10px;
	padding-left : 10px;
	padding-top : 5px;
	padding-bottom : 5px;
	margin-top : 10px;
	border:1px solid #dfdfdf;
}

.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:198px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat 0 -22px;
	float:left
}

.QapTcha #Slider {
	width:48px;
	height:22px;
	background:transparent url('../images/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

.QapTcha #Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../images/sprites.png') no-repeat 0 0;
	margin-top:7px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	width:165px;
	margin-top:7px;
	text-align:center;
	font-family:Verdana;
	font-size:10px;
	float:right;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#bb2828
}