 ul, li { padding:0; margin:0; text-indent:0; list-style:none; }
  li, div, input { font-size:12px; font-family:Verdana; }
  #underlayer { 
   display:none; 
   position:fixed; 
   top:0; 
   left:0; 
   width:100%; 
   height:100%; 
   background-color:#000; 
   z-index:9; 
  }
  #lightbox { 
   display:none; 
   position:absolute; 
   left:50%; 
   margin-left:-280px;
   top:50%;
   margin-top:300px;
   width:560px; 
   height:410px; 
   background-color:#fff; 
   border:4px solid #666; 
   z-index:100; 
  }

 
  .opacity {    
   -moz-opacity:0.5; 
   opacity:.50; 
   filter:alpha(opacity=50); 
  }
  .preloading {
   -moz-opacity:0; 
   opacity:0; 
   filter:alpha(opacity=0);
  }
