#sfondo {
   background-color: #000000;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   position: fixed;
   opacity: 0.65;
   -moz-opacity: 0.65;
   filter: alpha(opacity=65);
   z-index: 1;
   display: none;
}

#closeNote, #closeAvvertenze, #closeAvvertenzeGenerali, #closeAutori {
   cursor: pointer;
   position: absolute;
   right: 0;
   top: 0;
}

#divVediAltraNota {
  margin-top: 10px;
  display: none;
}

#linkRef {
  font-family: Tahoma;
  font-size: 11px;
  font-style: italic;
  text-decoration: underline;
}

