body {
	font:verdana;
	font-size: 9px;
	margin: 0px;
	background-image: url(../immagini/sf.jpg);
	}
	
table {
	font:verdana;
	font-size: 12px;
	}

input {
	font:verdana;
	font-size: 10px;
	border: 1px solid #996600;
	color: #996600;
	}
	
textarea {
	font:verdana;
	font-size: 12px;
	border: 1px solid #996600;
	color: #996600;
	}

.link {
	font-family: verdana;
	font-size: 12px;
	color: #AA793C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px;
}

.normale {
	
	font-family:verdana;
	font-size: 12px;
	text-align: justify;

}


 .piccolo {
 
   font-family: verdana;
   font-size: 10px;
   color: #333333;
   text-decoration: none;
   padding-left:10px;
}

/* opacità img */
 .opacita {
   /*filter:alpha(opacity=100);
   -moz-opacity: 0.5;
   opacity: 0.5;*/
   border-bottom: solid 1px #996600;
   font-family: verdana;
   font-size: 10px;
   color: #996600;
   text-decoration: none;
}


.opacita:hover {
   /*filter:alpha(opacity=60);
   -moz-opacity: 1.0;
   opacity: 1.0;*/
                   }
/* fine opacita img */ 

/* lightbox */
#lightbox{
	background-color:#CCCCCC;
	padding: 10px;
	}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}
	
#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}

#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}

/* fine lightboox */
