body {
font-family:verdana;
font-size:15px;
}

a {color:#000000; text-decoration:none}
a:hover {color:#000000; text-decoration:none
}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#f6f6f6;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:450px; 
  height:203px;
  padding:0px;
  background-color:#ffffff;
}
