/* 
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 p{
text-align: center;

}
#captcha-wrap{
margin-bottom: 10px;
margin-left: 60px;
}
#captcha-wrap .captcha-box{
    width:200px;
margin: 10px auto;
text-align: center;
border: 1px solid gray;
background-color: white;
}

#captcha-wrap .text-box input{
    
    margin: 0 0 !important;
    float: left;
}

#captcha-wrap .captcha-action{

}
.text-box #captcha-code{
    float:left;
}
.text-box  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-left:6px;
	cursor:pointer;
        float:left;
}

