      .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;
      }