#content{
	background-image:url('../images/bgContatti.png');
	background-position: bottom right;
	background-repeat: no-repeat;
}
#left{
	border-right: 1px dashed #ccc;
}
#left h3{
	margin: 10px;
	padding: 0;
	color: #ff9900;
	font-family: Trebuchet MS;
	font-size: 13px;
	text-align: center;
}
#left ul{
	margin: 20px;
	padding: 0;
	font-family: Trebuchet MS;
	font-size: 12px;
}
#left li ul{
	margin: 0 10px;
	padding: 0;
}
#left li.sub{
	margin: 10px 0 0 0;
	padding: 0;
	color: #999;
	font-style: italic;
}
#left li.sub li{
	margin: 0;
	padding: 0;
	color: #333;
	font-style: italic;
}
fieldset{
  	padding: 50px 0 0 0px;
  	width: 320px;
  	height: 200px;
	background-image: url('../images/bgConctatUs.png');
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
}
label,input {
	width: 150px;
	margin-bottom: 5px;
}
input{
  	background: none;
  	border: none;
	border-bottom: 1px solid #ccc;
	font-family: Georgia;
	font-size: 11px;
}
textarea{
  	background: none;
  	border: none;
	border: 1px solid #ccc;
	font-family: Georgia;
	font-size: 11px;
	margin-left: 40px
}
label {
  float: left;
	text-align: right;
	width: 75px;
	padding-right: 10px;
	color: #666;
}
br{
	clear: left;
}
div.buttons{
  	padding: 10px 30px 0 0;
  	text-align: right;
}
div.buttons input{
  	width: 60px;
	background-color: #ccc;
	color: #999;
	font-family: Verdana;
	font-size: 10px;
	text-align: center;	
}
