#contact_form{
	position: relative;
	padding: 10px 10px 50px 10px;
	border: 1px solid silver;
	margin-right: 50px;
}

.label{
	float: left;
	padding-top:7px;
}

.input{
	margin-left: 100px;
}

.input input, textarea{
	width: 95%;
	margin: 3px;		
}

.input textarea{
	height: 100px;
}

.privacy{
	margin-left: 100px;
}

.submit{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

#errore{
	color:red;
}