/*****************/
/** QapTcha CSS **/
/*****************/
/*.QapTcha {float:left;width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:252px;height:37px;float:left;border:1px solid #040404;background-color:#101010;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:10px;clear:both}
.QapTcha .dropSuccess {color:#4e8b37}
.QapTcha .dropError {color:#bb2828}/*/

/*****************/
/** QapTcha CSS **/
/*****************/

.QapTcha {
	padding:0px;
	border:1px solid #F4F4F4;
	background:url('../images/bg_QapTcha.png') repeat;
	margin-top:0px;
	position: relative;
}
.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:302px;
	margin-top:7px;
	float:left;
	padding-left:8px;
}

/** States **/
.QapTcha .dropSuccess {
	color:#568E2F
}
.QapTcha .dropError {
	color:#bb2828
}