
#recaptcha_image {
    width: 240px !important;
    height: 50px !important;
}	
	
#recaptcha_image img {
    width: 240px !important;
    height: 50px !important;
}



#recaptcha_response_field {
	width:278px;
	border: 1px solid #DDDDDD;
	left:0;
	bottom:0;
	}
	
	
	.recaptcha-sinistra {
			float:left;
			height: 63px;
			width:100px;
			}
		
		.recaptcha-pulsanti {
			float: right;
			}
			
			
	#recaptcha_widget {
		width:280px;
		height:115px;
		float:left;
		margin-top:27px;
		position:relative;
		}

.sbagliato {
	border:2px solid #F00;
	
	width:372px;
	height:18px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-999999
}

.errore {
	color: #FF0000;
    float: right;
    text-align: right;
    width: 135px;
    z-index: 999999;
	}

.send {
	position:absolute;
	right:0;
	bottom:0;
	}