/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {margin-top:20px;width:254px;}
.QapTcha .clr{clear:both}
/* QapTcha .bgSlider {height:25px;float:left; background-image:url(bg.jpg); background-repeat:no-repeat;} */
.QapTcha .Slider {width:52px;height:37px;background:transparent url('qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:252px;margin-top:7px;text-align:left;color:#bb2828;font-family:Verdana;font-size:12px;clear:both}
.QapTcha .dropSuccess 	{color:#4e8b37}
.QapTcha .dropError {color:#bb2828}
 .QapTcha .bgSlider  { float:left;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #F2F2F2), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #F2F2F2 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F2F2F2', endColorstr='#ffffff');
	background-color: #F2F2F2;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	padding:2px 9px;
	text-decoration:none;
	text-shadow:1px -1px 27px #ffffff;
	width:252px;
}
}.QapTcha:active {
	position:relative;
	top:1px;
}