/* 
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 #870500 1px !important ;
	width:270px !important ;
	-webkit-border-radius: 10px !important;
	
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	background:#870500 !important;
	text-align:left !important;
	padding:3px !important;
	margin-top:3px !important;
	height:100px !important;
	margin:0px auto !important; 

}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px !important;
	background:#fff !important;
	-moz-border-radius: 7px !important;
	border-radius: 7px !important;
	text-align:center !important;
	border:solid #fff 1px !important;
}
#captcha-wrap .text-box{
	-webkit-border-radius: 7px !important;
	background:#ffdc73 !important;
	-moz-border-radius: 7px !important;
	width:140px !important;
	height:43px !important;
	float:left !important;
	margin:4px !important;
	border-radius: 7px !important;
	text-align:center !important;
	border:solid #ffdc73 1px !important;
}

#captcha-wrap .text-box input{ width:120px !important;}
#captcha-wrap .text-box label{
	 color:#000000 !important;
	 font-family: helvetica,sans-serif !important;
	 font-size:12px !important;	
	 width:150px !important;
	 padding-top:3px !important; 
	 padding-bottom:3px !important; 
}
#captcha-wrap .captcha-action{
	float:right !important; width:117px !important; 
	background:url(logos.jpg) top right no-repeat !important; 
	height:44px !important; margin-top:-40px !important;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px !important;
	border:solid #333333 1px !important;
	margin-right:6px !important;
	cursor:pointer !important;
}
#captcha-code { height:20px !important ; }
