html, body {
/*  	margin: auto;  */
	padding: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	text-align: center;
	font-size:12px;
	color: #F4F4F4;
	background-repeat: repeat-x;
 	background-color: #838383;
 	overflow: hidden;
	cursor: default;
}
img {
	border: 0px;
}

.img { margin:5px;
  border:1px solid orange;
}

.titoletto{
	border-bottom: 1px dashed #000;
	font-weight: bolder;
	color: #333333;
}

#container {
        margin-left:auto;
        margin-right:auto;
	padding: 0px;
	width: 600px;
	z-index: 1;
}

#menu {  background-image: url(../immagini/bkg-barra.gif);
         border-left: #FFF;
         border-bottom: #FFF;
         width: 598px;
         height: 22px;
         border-left:   1px solid #F3F3F3;
         border-bottom: 1px solid #F3F3F3;
         border-top:    1px solid #DFDFDF;
         border-right:  1px solid #DFDFDF;
      }

#page {    height: 354px;
           width: 597px;
           position:relative;
           top:  -394px;
           left: 1px;
           *top:  -394px;
           *left: 0px;
           text-align:left;
           z-index:2;
           color:#000;
           background-color:#E1E1E1;
           *filter:alpha(opacity=65); /* IE's opacity*/
           opacity: 0.65;
}

#content { height: 335px;
           overflow : auto;
         }

.title{ width: 100%;
        text-align: left;
/*         background-image: url(img/bkg-barra.gif); */
        color:#fff;
        background-color:#000;
        font-family:Verdana;
}


.testo{ margin :9px; }


.imghead { margin: -3px;}
.label { width: 150px; }
a {  font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     font-style: normal;
     font-weight: bold;
     text-decoration: none;
     color: #000000}

a:hover { background-color: #FFA70F; }

input.button {
 background-color: #000;
 color: #fff;
 margin: 0px;
 padding: 0px;
 border: 1px solid #F1F1F1;
 width: 48px;
}

p {color:#000; font-size: 12px;}