/* 
Recaptcha Style Captcha 
=======================
 re-Captcha Style Captcha with php and jQuery 
 
 Created By: Zeeshan Rasool 
 URL : http://www.99Points.info 
 
 Get JQuery, PHP, AJAX, Codeigniter and MYSQL Tutorials and Demos on Blog
 */
 
#captcha-wrap{
	
	border:solid #9e9e9e 1px;
	width:280px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#dddddd;
	text-align:left;
	padding:7px;
	margin-top:10px;
	margin-bottom:10px;
	height:130px;
	margin:10px 0px 10px 10px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	background:#bebebe;
	-moz-border-radius: 7px;
	width:200px;
	height:60px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	border:solid #ececec 1px;
	padding:3px 0px 3px 5px;
}

#captcha-wrap .text-box input{ width:180px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:180px;
	 padding-top:3px; 
	 padding-bottom:3px; 
	 text-align:center;
}
#captcha-wrap .captcha-action{
	float:left; width:60px; 
	background:url(../images/logos.jpg) top left no-repeat; 
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

