#lumen_wrapper {

  background:#000; 
}
#lumen_window {
padding-left:0px;
  font-family:arial, helvetica, sans-serif;
  font-size:9pt;
  background: #fff; 
  border-color:#ccc;
}
#lumen_window .title {
  background:#ddd;
}
#lumen_window .close a {
  font-weight:bold;
  text-decoration:none;
  color:#000;
}
#lumen_window .close a:hover {
  background:none;
  color:#f00;
}
#lumen_window .contents {
  background:#fff;
}

/* Edit below this line at your own risk! */
  
#lumen_wrapper { width:100%; height:100%; position:absolute; top:0px; left:0px; z-index:1000; -moz-opacity:.50;  filter:alpha(opacity=50); opacity:.50;  }
#lumen_window { position:absolute; top:100px; left:-70px; top:-70px; z-index:1200; text-align:left; border-size:5px; border-style:solid;}
#lumen_window .title { height:20px; line-height:20px; text-indent:5px; }
#lumen_window .close { display:block; width:140px; float:right; margin-top:-17px; text-align:right; padding-right:5px; }
