/* 
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-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border:solid 1px #ccc;
	width:424px;
	background-color:#fff;
	text-align:left;
	padding:8px;
	height:92px;
}

#captcha-wrap .captcha-box {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#fff;
	text-align:center;
	border:solid 1px #ccc;
}

.captcha-box {
	width:302px;
	height:60px;
	text-align:center;
	margin-bottom:10px;
	float:left;
}

.captcha-box img {
	margin-top:5px;
}

#captcha-wrap .text-box {
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	background-color:#fff;
	width:302px;
	float:left;
}

#captcha-wrap .text-box input {
	width:298px;
	padding:2px;
	font-size:12px;
	background-color:#fff;
	color:#000;
	border-radius:0px;
}

#captcha-wrap .text-box label {
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px;
}
#captcha-wrap .captcha-action {
	width:110px;
	background-image:url(../imagenes/logo_recaptcha_blanco.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	height:90px;
	margin-right:0px;
	margin-left:auto;
}

#captcha-wrap .captcha-action a {
	display:block;
	width:25px;
	background-position:center top;
	background-repeat:no-repeat;
	margin-bottom:1px;
	cursor:pointer;
}

#captcha-wrap  a#captcha-refresh {
	height:17px;
	background-image:url(../imagenes/recargar_clean.png);
	margin-top:6px;
}
#captcha-wrap  a#captcha-audio {
	height:14px;
	background-image:url(../imagenes/audio_clean.png);
}
#captcha-wrap  a#captcha-pregunta {
	height:16px;
	background-image:url(../imagenes/pregunta_clean.png);
	margin-bottom:0px;
}