/*
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;*/
	border:solid 1px;
	width:270px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/*background:#870500;*/
	text-align:left;
	padding:3px;
	margin-top:3px;
	height:100px;
	margin-left:80px;
}
.captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
    height:50px;
    line-height:50px;
}
.captcha-wrap .captcha-box img
{
    vertical-align: middle!important;
    margin-top:10px;
}
.captcha-wrap .text-box{
	-webkit-border-radius: 7px;
	/*background:#ffdc73;*/
	-moz-border-radius: 7px;
	width:226px;
	height:43px;
	float:left;
	margin:4px;
	border-radius: 7px;
	text-align:center;
	/*border:solid #ffdc73 1px;*/
	border:solid 1px;
}

.captcha-wrap .text-box input{
    width:215px!important;
    display:inline-block!important
}
.captcha-wrap .text-box label{
	 /*color:#000000;*/
	 font-family: helvetica,sans-serif;
	 font-size:12px;
	 width:200px;
	 padding-top:3px;
	 padding-bottom:3px;
}
.captcha-wrap .captcha-action{
	float:right;
    width:31px;
	/*background:url(logos.jpg) top right no-repeat;*/
	height:44px;
    margin-top:3px;
}
.captcha-wrap .captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

.responsive .captcha-wrap {
    height: 160px;
    width: 300px;
}
.responsive .captcha-wrap .captcha-box {
    line-height: 38px;
}
.responsive .captcha-wrap .text-box {
    height: auto;
    padding: 10px;
}
.responsive .captcha-wrap .text-box input {
    width: 100% !important;
}
.responsive .captcha-wrap .captcha-action {
    margin: 41px 17px 0 0;
}
.responsive .captcha-wrap .captcha-action .captcha-refresh .ui-icon {
    display: inline-block;
    vertical-align: middle;
}
.responsive .captcha-wrap .captcha-action .captcha-refresh .ui-button-text {
    text-indent: 0;
}