#conteinerCaptcha{  /* CONTEINER QUE AGRUPA TODO CAPCTHA */
	width:302px;
	padding: 5px;
	background:#ccc;
	overflow: hidden;
	height: auto;

}
#recaptcha_widget {
	width:295px;
	background:#fff;
	padding: 3px;
	overflow: hidden;
	height: auto;
}
.recaptcha_only_if_image,.tituloLabel{ /* ESTILO DO LABEL    */
	font-family: Arial, "MS Trebuchet", sans-serif;
	color: #C1C2C2;
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
}
div#recaptcha_image{  /* DOWNLOAD DO AUDIO   */
	width:260px!important;
}

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

#recaptcha_image img{ /* Muda o tamanho da imagen do capcthc */
	width:260px;
	border: 1px solid #000;
	float:left;	
}
#recaptcha_widget input[type="text"]{ /* ESTILO DO INPUT */
 border: 1px solid #000;
 width:250px;
 float:left;
}
#icone{  /* ICONE DE ATUALIZAÇÃO DA IMAGEM CAPCTHA*/ 
    width:25px;
	float:left;
	margin-left: 268px;
	margin-top: -58px;
}

#icone2{ /* ICONE DE AUDIO*/
	width:25px;
	float:left;
	margin-left: 268px;
	margin-top: -35px;
}
#icone3{ /* ICONE DE AJUDA*/
    width:25px;
	float:left;
	margin-left: 268px;
	margin-top: -15px;
}
#icone4{ /* ICONE QUE MUDA DE LINK DE DOWNLOAD PARA IMAGEM(CAPCTHA*/
	width:25px;
	float:left;
	margin-left: 268px;
	margin-top: -102px;
}
.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;
}