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

.qc{ background-color:#0091d1; color:#fff; -moz-border-bottom-colors: none; -moz-border-image: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; border-color: #E5E5E5 #DBDBDB #D2D2D2; border-radius: 5px 5px 5px 5px; border-width: 1px; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); background:url(../images/bg-but.png) repeat-x;}

#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:center;
	font-family:Verdana;
	font-size:10px;
	clear:both
}

/** States **/
#QapTcha .dropSuccess {
	color:#568E2F
}
#QapTcha .dropError {
	color:#bb2828
}