#recaptcha_box {
	display: block;
	width: 303px; 
	height: 107px;
	margin: 0px;
	padding: 1px;
	background-image:url('../recaptcha/rc_imagens/r_fundo.png');
	background-repeat:no-repeat;
	background-position:right top;
        background-color: #fff;
border-radius: 5px;
}

#recaptcha_button_box {
	display: block;
	float: left;
	width: 105px; 
	margin-left: 4px;
	margin-top: 8px;
}

.recaptcha_button {
	display: block;
	float: left;
	width: 24px; 
	height: 24px;
	padding: 2px;
	margin-left: 5px;
	background-repeat:no-repeat;
	background-position:center center;
}

.recaptcha_field {
	display: block;
	float: left;
	width: 179px; 
	margin-top: 7px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	padding: 5px;
	background: none;
	border: 0px;
	outline: 0;
}


.recaptcha_audio_cant_hear_link {
        display: block;
        height: 16px; 
        overflow: hidden;
	padding-left: 10px; 
	margin-top: 6px;
	margin-bottom: -13px;
	font-size: 13px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif, Arial;
	color: #000000;
}