/* shared: Comune a tutte le pagine */
body{
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  background-color: #FFF;
  background:url(../img/shared/bg.png) top #FFFFFF repeat-x;}
  
button{
  font-size:10px;
  border:1px solid #000;
  background:url(../img/shared/form/bgButton.png);
  cursor:pointer;
}
a {
  text-decoration:none; cursor:pointer;}
a:hover{
  text-decoration:underline;}

button table{
  font-size:13px;}
  
textarea{
  width:350px;
}

form{
margin:0;
}

.copy{
  font-size:10px;
  color:#000000;}
a img{
border:0px;
}

div.banner{
  width:198;
  opacity:0.5;
}

div.banner:hover{
  opacity:1.0;
}

#ebrogallery{
  text-align:center;
  height:100px;
}