@charset "utf-8";
/* CSS Document */

/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:804px;
  height:604px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
/* Modal windows */
#boxes #webLastFM-SS00 {
  width:800px; 
  height:600px;
  padding:2px;
  background-color:#f5f4f0;
}

#boxes #webLastFM-SS01 {
  width:800px; 
  height:600px;
  padding:2px;
  background-color:#f5f4f0;
}

#boxes #webLastFM-SS02 {
  width:800px; 
  height:600px;
  padding:2px;
  background-color:#f5f4f0;
}