/*****************/
/** QapTcha CSS **/
/*****************/
.QapTcha {float:left;margin-top:20px;width:152px;max-width:100%;}
.QapTcha .clr{clear:both}
.QapTcha .bgSlider {width:152px;max-width:100%;height:37px;float:left;border:1px solid #040404;background-color:#00bdf7;}
.QapTcha .Slider {width:52px;height:37px;background:transparent url('../img/bg_draggable_qaptcha.jpg') no-repeat;cursor:e-resize;position:relative;top:0;left:0}
.QapTcha .TxtStatus {width:152px;max-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}

/* captcha styles */
..overlayQapTcha
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.5);
}
.modalQapTcha
{
	display: none;
	/* some styles to position the modal at the center of the page */
	position: fixed;
	top: 50%;
	left: 50%;
	width: 170px;
	height: 100px;
	margin-left: -90px;
	margin-top: -50px;
	background-color: #ffffff;
	text-align: center;
	border-radius: 5px;
	padding-left: 10px;
	z-index: 1500; /* keep on top of other elements on the page */
	box-shadow: 0 0 0 9999px rgba(0,0,0,0.5);
}
/* captcha styles end */