/* 
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
 */
 
 #wrap{
	border:solid #CCCCCC 1px;	
	-webkit-border-radius: 10px;	
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	
	
}


img#refresh{
	float:left;
	margin-top:8px;	
	cursor:pointer;
}

 
img.captcha {border:0px solid #999;float: left;text-align:left;}
input.captcha {width:110px; background: #FFF; margin-left:30px; border:1px solid  #666c; font-size:22px;}
