label { 
	display: inline-block; 
	width: 25%;
	vertical-align:top;
	padding-right:10px;
}
/*
.realperson-challenge { 
	display: inline-block
 }*/
 
.linea_bot
{
	clear: both;
	width:530px;
	text-align:right;
}

/* inserito nel codice principale
.linea_bot input
{
	background-color:#333333;
	color:#FFF;
	font-weight:bold;
	border-color:#FFF;
	margin:5px;
	border-radius: 2em;
	cursor:pointer;
}
*/

div#blocco_testo p
{
	padding-bottom:14px;	
}

#form div
{
	padding-bottom:14px;	
}

input[type="text"], textarea {
    width: 40%;
}

input#defaultReal.is-realperson {
    width: 25%;
}



@media screen and (max-width: 530px) {
.linea_bot
{
	clear: both;
	width:100%;
	text-align:right;
}

input[type="text"], textarea, input#defaultReal.is-realperson {
    width: 90%;
}

}

@media screen and (max-width: 320px) {
	label { 
		width: 100%;
	}
}