/* Enter Your Custom CSS Here */

#privacy-form {
    width: auto;
    margin-left: -10px;
}

#nominativo-form-contatto
{
	height: 35px;
	border-radius: 5px 5px 5px 5px;
	background: #eee;
}
#email-form-contatto
{
	height: 35px;
	border-radius: 5px 5px 5px 5px;
	background: #eee;
}
#oggetto-form-contatto
{
	border-radius: 5px 5px 5px 5px;
	background: #eee;
}
#messaggio-form-contatto
{
	border-radius: 5px 5px 5px 5px;
	background: #eee;
}