body
{
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Trebuchet MS, Verdana;
	color: #000;
	background-color: #626262;
	background-image: url('immagini/struttura/dark.png');
	background-repeat: repeat;
	background-attachment: fixed;
}

      .dialogboxShadowbox {
            background-color: #000000;
            opacity: 0.5;
            filter: alpha(opacity=50);
      }
      
      .dialogboxBody {
            background-color: #eee8aa;
      }

      .dialogboxHeader {
            background-color: #330099;
      }
      
      .bannerbox {
            background-color: #000080;      
      }
      
      .heading {
            color: #ffffff;
            font-family: arial, verdana, san-serif; 
            font-weight: bold; 
            font-size: 13px;
            padding-left: 5px;
      }
      
      .close {
            position: relative;
            top: 4px;
            left: 79px;
      }      
            
      .questionbox {
            border-top: 2px inset #7b7b7b; 
            border-left: 2px inset #7b7b7b; 
            border-bottom: 1px solid #9e9e9e; 
            border-right: 1px solid #9e9e9e;
            padding: 20px 2px 0px 4px; 
            width: 277px; 
            height: 117px; 
            font-family: arial, verdana, san-serif; 
            font-weight: bold; 
            font-size: 13px;
            background-color: #ffffff;
            position: absolute;
            top: 15px;
            left: 3px;
      }

      .headerDataGrid 
      {
                background-color: #EEE8AA;
                color: #000000;
                font-size: 11px;
                text-align: center;
                font-family: Verdana;
      }
      
      /*CORNICE IMMAGINE GRANDE*/
div.pic{float:left;margin: 2px;padding:0 10px 10px 0;
    background: url(immagini/shadowFotoProdotto.png) no-repeat bottom center}

div.pic img{display: block;border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;background: #f6f6f6}

/*CORNICE IMMAGINE PICCOLA*/
/*div.picMignon{float:left;margin: 2px;padding:0 0 5px 0;
    background: url(immagini/shadowFotoProdottoPiccolo.png) no-repeat bottom center}
*/
div.picMignon img{display: block;border: 1px solid;
    border-color: #CCC #CCC #AAA #CCC;
    padding: 5px;background: #f6f6f6}
