#topGenerale{
  margin: 20px 0px 40px 20px;
  height: 18px;
  width: 598px;  
}
#topGenerale h1{
  color: #C7C7C7;
  font-size: 18px;
  height: 18px;
  font-weight: normal;
}
#topGenerale img{
	margin-top: 10px;
	float: left;
}

#topGenerale h2{
  color: #9B9B9B;
  font-size: 10px;
  height: 18px;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 10px;
}
#topGenerale .intro {
 	float: left;
	width: 598px;
	margin: 10px 0px 10px 0px;
	text-align: justify;
}

#topGenerale div.errore {
	color: #000;
 	float: left; width: 598px;
	margin: 20px 0px 10px 0px;
}
div.errore a:link,div.errore a:hover, div.errore a:visited{
	/*text-decoration: none;*/
	color: #C7C7C7;
}
#win {
	display: none;
	position: absolute !important;
	border: 2px solid #fff;
	background: #fff;
	font-family: Verdana;
	padding: 0px;
	z-index: 1000;
}
#loader {
	display: none;
	position: absolute;
	top: 38%;
	left: 35%;
	border: 2px solid #000;
	color: #000;
	background: #fff;
	font-family: Verdana;
	font-size: 18px;
	padding: 10px
}
/********** Tabelle con i div  ***************/
div.table{
	float: left;
	width: 590px;
}
div.tr{
	float: left;
	width: 590px;
}
div.td{
	float: left;
	height: 30px;
	width: 195px;
}
div.td2{
	float: left;
	height: 30px;
	width: 395px;
}
div.table input {
	border: 1px #999 solid;
}