#box_form_contatti {
	height:331px;
	margin-top:20px;
}
.text_field_tag {
	height:55px;
}
.text_field_tag input {
	height:28px;
	width:197px;
	padding:0;
	margin:0;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #D0D0D0;
	background:#EFEFEF;
	text-shadow:1px 1px 1px #fff;
	color:#2D5569;
	padding:0 5px;
	font-size:1.4em;
	-moz-box-shadow: inset 0px 2px 2px #999;
	-webkit-box-shadow: inset 0px 2px 2px #999;
	box-shadow: inset 0px 2px 2px #999;
	
}
#box_form_contatti label {
	display:block;
	color:#9f9f9f;
	font-weight:normal;
	font-size:1.4em;
}
#box_form_contatti textarea{
	height:130px;
	width:440px;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #D0D0D0;
	background:#EFEFEF;
	text-shadow:1px 1px 1px #fff;
	color:#2D5569;
	padding:5px;
	font-size:1.5em;
	font-family: helvetica;
	-moz-box-shadow: inset 0px 2px 2px #999;
	-webkit-box-shadow: inset 0px 2px 2px #999;
	box-shadow: inset 0px 2px 2px #999;
}
.text_area_tag {
	margin-top:120px;
}
.nomecognome {
}
.azienda {
	margin-left:251px;
}
.telefono {
	margin-left:251px;
	margin-top:60px;
}
.email {
	margin-top:60px;
}
.invia {
	margin-left:353px;
	margin-top:300px;
}
.invia input{
	border:0;
	margin:0;
	padding:0;
	font-size:1.2em;
	font-weight:normal;
	text-decoration:none;
	display:block;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	background-image: url(../images/layout/pul.png);
	background-repeat: no-repeat;
	background-position:0 0;
	height:22px;
	line-height:22px;
	text-shadow:1px 1px 1px #222;
	width:104px;
	padding:0 5px;
	
}
.invia input:hover{background-position:0 -22px;}

