/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:18px;width:252px;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {
	width:252px;
	height:37px;
	float:left;
	border:1px solid #fff;
	background-color:#f0f0f0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.QapTcha .Slider {
	width:52px;
	height:37px;
	background:transparent url('../images/bg_draggable_qaptcha_white.jpg') no-repeat;
	cursor:e-resize;
	position:relative;
	top:0;
	left:0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.block-webform .QapTcha .bgSlider,
.pm_form .QapTcha .bgSlider {
	border:1px solid #f0f0f0;
	background-color:#fff;
}
.block-webform .QapTcha .Slider,
.pm_form .QapTcha .Slider {
	background:transparent url('../images/bg_draggable_qaptcha.jpg') no-repeat;
}
.QapTcha .TxtStatus {
	width:252px;
	margin-top:3px;
	text-align:left;
	color:red;
	font-family:Verdana;
	font-size:11px;
	clear:both;
	margin-bottom:10px;
}
.QapTcha .dropSuccess {
	color:#242424;
	font-weight:bold;
}
.QapTcha .dropError {
	color:#F0231E;
}

/* Clearfix for qaptcha wrapper */
#webform-component-qaptcha:after {
	display: table;
	content: ' ';
	clear: both;
}

