/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {
	/*padding:10px;
	/*border:1px solid #F4F4F4;*/
	/*background:url('../images/bg_QapTcha.png') repeat;
	/*margin-top:10px;*/
}
.QapTcha .clr{clear:both}

.QapTcha #bgSlider {
	width:202px;
	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:3px;
	margin-left:10px;
}

.QapTcha #TxtStatus {
	/*width:202px;*/
	margin-top:7px;
	text-align:left;
	font-family:Verdana;
	font-size:8px;
	clear:both; text-transform:uppercase;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#004662; font-weight:bold; text-transform:uppercase; font-size:11px;
}
.box_subscribe .QapTcha .dropError {
	padding:5px; width:50%;  background:#BD9502; text-shadow:0 1px 0 #997800;
}
.box_subscribe .QapTcha .dropSuccess {
	padding:5px; width:50%; background:#6AAA1D; text-shadow:0 1px 0 #3e7002;
}