/* 
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;
	width:170px;
	-webkit-border-radius: 10px;
	float:left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:1px;
	margin-bottom:5px;
	
	margin-top:0px;
	text-align:center;
	
}


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

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