#QapTcha {
	padding:10px;
	//border:1px solid #F4F4F4;
	//background:url('../images/bg_QapTcha.png') repeat;
	margin:0 auto;
        width:400px;
	//border-top:1px solid #fff;
	position: relative;
	float: left;
}
.baseform #QapTcha {margin-top:0px;}
.editor textarea:disabled {background:#fff url('../dleimages/lockarea.png') no-repeat 50% 50%;}
.f_textarea:disabled {background:#fff url('../dleimages/lockarea.png') no-repeat 50% 50%;}
#QapTcha .clr{clear:both}

#QapTcha .bgSlider {
	width:202px;
	height:22px;
	float:left;
	background: url('../img/sprites.png') no-repeat 0 -22px;
/*	margin-left:150px;*/
	margin-right: 20px;
}


#QapTcha .Slider {
	width:48px;
	height:22px;
	background:transparent url('../img/sprites.png') no-repeat -32px 0;
	cursor:e-resize
}

#QapTcha .Icons {
	float:left;
	width:16px;
	height:16px;
	background:transparent url('../img/sprites.png') no-repeat 0 0;
	margin-top:3px;
	margin-left:10px;
	right: 4px;
}

#QapTcha .TxtStatus {
	width:400px;
	margin-top:7px;
	text-align:left;
	font-family:Verdana;
	font-size:12px;
	clear:both;
	margin-left:0;

}

/** States **/
#QapTcha .dropSuccess {
	color:#568E2F;
	width: 265px;
}
#QapTcha .dropError {
	color:#bb2828
}