.box_info{ width: 95%;}
.testo_info, .testo_info a{font-size: 12px; color: #666;}

/*Per rendere responsive il captcha*/
@media screen and (max-height: 605px) and (max-width: 300px){
	 #rc-imageselect, .g-recaptcha {
		 transform:scale(0.65);
		 -webkit-transform:scale(0.65);
		 transform-origin:0 0;
		 -webkit-transform-origin:0 0;
	 }
 }

