/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha
{
	float:left;
	/*margin-top:20px;*/
	/*width:252px;*/
	width: 85%;
	max-width: 400px;
	margin: 10px;
}

.QapTcha .clr
{
	clear:both
}

.QapTcha .bgSlider
{
	/*width:420px;*/
	width: 100%;
	height:37px;
	float:left;
/*	border:1px solid #040404;
	background-color:#101010;*/
	
	background: -webkit-gradient(linear, left top, right top, from(#f9f9f9), to(#f5f5f5));
	background: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
	background: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
	background: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
	background: -ms-linear-gradient(top, #f9f9f9, #f5f5f5);
	background: linear-gradient(top, #f9f9f9, #f5f5f5);
	background-color: #ffffff;
	
	/* Border */
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 3px;
}

.QapTcha .Slider
{
	width:52px;
	height:37px;
	background:transparent url('bg_draggable_qaptcha.jpg') no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0
}

.QapTcha .TxtStatus
{
	/*width:252px;*/
	width: 100%;
	margin-top:7px;
	text-align:left;
	color:#bb2828;
	font-family:Verdana;
	font-size:10px;
	clear:both
}

.QapTcha .dropSuccess
{
	color:#4e8b37
}

.QapTcha .dropError
{
	color:#bb2828
}