#captchaOverlay{
	position: fixed;
	display: block;
	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
	z-index: 100;
	top: 0px;
	height: 100%;
	width: 100%;
}
#captcha_box{

	display: block;
	position: fixed;
	display: block;
	background: none repeat scroll 0% 0% rgb(200, 200, 200);
	z-index: 100;
	top: 0px;
	height: 200px;
	width: 300px;
	top: 50%;
	left: 50%;
	margin: -100px 0px 0px -150px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	background: rgb(181,189,200); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(40,52,59,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(40,52,59,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(40,52,59,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.63);
-moz-box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.63);
box-shadow: 10px 10px 5px -6px rgba(0,0,0,0.63);

}

#captcha_slideline{

	display: block;
	background: #e4e4e4;
	height: 35px;
	width: 90%;
	left: 5%;
	position: absolute;
	top: 75%;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-box-shadow: inset 7px 7px 8px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 7px 7px 8px -6px rgba(0,0,0,0.75);
	box-shadow: inset 7px 7px 8px -6px rgba(0,0,0,0.75);
}

#captcha_slider{

	display: block;
	background: none repeat scroll 0% 0% rgb(57, 75, 140);
	height: 35px;
	width: 35px;
	left: 0px;
	position: absolute;
	
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	
	-webkit-box-shadow: inset 7px 8px 10px -5px rgba(255,255,0,0.75);
	-moz-box-shadow: inset 7px 8px 10px -5px rgba(255,255,255,0.75);
	box-shadow: inset 7px 8px 10px -5px rgba(255,255,255,0.75);
	
}
.capCloser{
	color: #FFF;
	right: 15px;
	display: inline-block;
	font-size: 12px;
	position: absolute;
}

#capDescription{
	color: white;
	line-height: 1;
	display: block;
	position: absolute;
	left: 5px;
	top: 67px;
	text-align: center;
}










