body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000000;
}
.indirizzo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#aaaaaa;
margin-right:50px;
}

.indirizzo a {
color:#aaaaaa;
}


.colonna {
margin-left:10px;
margin-top:10px;
margin-bottom:10px;
margin-right:15px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-align:justify;
}
.form {
width:250px;
height:20px;
color:#000000;
border:1px solid #000000;
background:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:12px;
padding:2px;
}
.form2 {
width:250px;
height:50px;
color:#000000;
border:1px solid #000000;
background:#FFFFFF;
font-family:"Times New Roman", Times, serif;
font-size:12px;
padding:2px;
}
.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width:100%;
			height:100%;
			min-height:100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.0;
			opacity:.00;
			filter: alpha(opacity=00);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 10%;
			left: 10%;
			width: 550px;
			height: 350px;
			padding: 16px;
			border: 16px solid #940709;
			background-color: white;
			z-index:1002;
			overflow: auto;
		}
		.white_content1 {
			display: none;
			position: absolute;
			top: center;
			left: center;
			right: center;
			bottom: center;
			width: 550px;
			height: 350px;
			padding: 16px;
			border: 16px solid #940709;
			background-color: white;
			z-index:1002;
			overflow: auto;
			background-image:url(immagini/sfondopop.jpg);
			background-position:right bottom;
			background-repeat:no-repeat;
		}