
#contact p{
	font-size: .9em;
	color: ;
}

#contact form{
font-size: .9em;
width: 500px;
}

#contact form p{
width: 500px;
text-align: left;
float:  left;
margin-bottom: 5px;
color: #333;
}

#contact form p label{
width: 100px;
float: left;
color: #d5d378;
font-size: 1.1em;
}

#contact form p input{
width: 220px;
float: left;
border: 1px solid #ccc;
padding: 3px;
height: 15px;
font-size: 1em;
}
input#informativa.privacy{
	width: 20px;
	border: none;
}
#contact form p input.allegato{
	border: none;
	height: 21px;
	width: 350px;
	float: left;
}
#contact form p textarea{
width: 325px;
height: 80px;
float: left;
border: 1px solid #ccc;
}

#contact form p label.lunga{
width: 400px;
}

#contact form p input#invia{
margin-top: 15px;
width: 60px;
height: 25px;
background: #407600;
color: #fff;
margin-bottom:2em;
border-style: outset;
font-size: .9em;
letter-spacing: .2em;
text-transform: uppercase;
}

#contact form p input:hover#invia{
background: #a7d241;
color: #fff;
margin-bottom:2em;
	border-style: ridge;
	cursor: pointer;
}

#contact form p input:active#invia{
background: #a7d241;
color: #fff;
margin-bottom:2em;
	border-style: inset;
}


#contact form p img{
margin-top: 15px;
}

div.errors{
font-size: .8em;
background: #ffd300;
padding: 20px;
color: #333;
border: 4px solid #fff;
margin-bottom: 15px;
margin-right: 40px;
}
#send-nl{
background: #000;
color: #fff;
border-style: outset;
font-size: .7em;
letter-spacing: .2em;
width: 60px;
height: 25px;
border: 1px solid;
text-trans#contact form: uppercase;
}
#send-nl:hover{
background: #444;
color: #fff;
border-style: ridge;
cursor: pointer;
}

#reset-nl{
background: #000;
color: #fff;
border-style: outset;
font-size: .7em;
letter-spacing: .2em;
width: 90px;
height: 25px;
border: 1px solid;
text-trans#contact form: uppercase;
}
#reset-nl:hover{
background: #444;
color: #fff;
border-style: ridge;
cursor: pointer;
}

#contact form input#login{
width: 60px;
height: 20px;
background: #000;
color: #fff;
border-style: outset;
border: 1px solid;
font-size: .7em;
letter-spacing: .2em;
text-trans#contact form: uppercase;
}

#contact form input:hover#login{
background: #444;
color: #fff;
	border-style: ridge;
	cursor: pointer;
}

table.grazie{
	margin-top: 25px;
	font-size: 1.2em;
	color: #333;
	width: 230px;
	border: none;
}
table.grazie td{
	background: none;
	border: none;
	padding-left: 0;
	padding-right: 10px;
	text-align: left;
	color: #fff;
}
table.grazie td.dati{
	font-weight: bold;
}