#conteinerCaptcha {  /* CONTEINER QUE AGRUPA TODO CAPCTHA */
	width: 302px;
	padding: 5px;
	background: #ccc;
}

#recaptcha_widget {
	background: #fff;
	padding: 10px;
}

.recaptcha_only_if_image,
.tituloLabel { /* ESTILO DO LABEL    */
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #C1C2C2;
	display: block;
	margin-top: 10px;
}

div#recaptcha_image {  /* DOWNLOAD DO AUDIO   */
	width: 260px!important;
}

/*#recaptcha_image{
	width:200px;
    float:left;
	border:1px solid #000;
}*/

.contato #recaptcha_image img { /* Muda o tamanho da imagen do capcthc */
	width: 260px;
	border: 1px solid #000;
}

.contato #conteinerCaptcha img { /* Muda o tamanho da imagen do capcthc */
	margin: 0;
}

.contato form #recaptcha_widget input[type="text"] { /* ESTILO DO INPUT */
	border: 1px solid #000;
	width: 250px;
	margin: 10px 0 0 0;
}

.icones {
	clear: both;
	margin: 10px 0 0 0;
}

.icones div {
	float: left;
	height: 20px;
	margin-right: 5px;
	width: 25px;
}

.recaptcha_audio_cant_hear_link { /* ESTILO DO LINK DE DOWNLOAD */
	color:#000;
	width:270px;
	text-align:center;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:13px;
}