body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	}
#tabella_da_centrare{
	left:50%;
	width:760px;
	margin-left:-380px;
	position:absolute;
	top: -1px;
	height: 631px;
}

.txt {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration:none
	
}
.offerte {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
	text-decoration:none
	
}
.footerTxt {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #868686;
	text-decoration:none
	
}
.addrss {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #AC2F2F;
	text-align: center;
}
.brd {
	font-weight: normal;
	border: 2px solid #CC9A36;
	margin: 10px;
	padding: 2px;
	
}
.txts {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4382C0;
}
.txtsb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
.txtgen {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}
.form {
	font-weight: normal;
	border-top: 1px none #CC9A36;
	border-right: 1px dashed #CC9A36;
	border-bottom: 1px dashed #CC9A36;
	border-left: 1px dashed #CC9A36;
	background-color: #FFFFDF;
}
.txtgeob {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.txtsbrd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	padding: 5px;
	margin: 5px;
}
.link {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
table.tab3 {
	background-image: url(../include/ita/sfondo.jpg);
	background-repeat: repeat-x;
}
/*********************************** forms *****************************************/

label { font-weight: none; }

input, select {
  width:150px;
  
}

input, textarea, select {
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left no-repeat;
  margin-top:2px;
}

input.select2 {
  width:25px;
  border:1px solid #aaaaaa;
  padding:2px;
  background:#ffffff url(inputBg.gif) top left no-repeat;
  margin-top:2px;}

input.radio_button {
  width:15px;
  background:none;
  border:0;
}

input.small, select.small {
  width:50px;
}

input.large, select.large {
  width:200px;
}

input.extra_large, select.extra_large {
  width:300px;
}

input:hover, textarea:hover, select:hover {
  border:1px solid #ffffff;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
}

input.submit {
  background:#ffffff url(../include/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;
}

input.submit:hover {
  cursor: pointer;
}

textarea {
  width:200px;
  height: 100px;
}

textarea.deep {
  height:350px;
}

textarea.shallow {
  height:50px;
}

fieldset {
  background:#f7f7f7;
  padding:2%;
  border:1px solid #e3e3e3;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
