/* www.queness.com/post/77/simple-jquery-modal-window-tutorial */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog01 {
  width:375px; 
  height:203px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog02 {
  width:648px; 
  height:548px;
  padding:10px;
  background-color:#ffffff;
	overflow:scroll
}

#boxes #dialog02 img {
  margin:10px 0 0
}


#boxes #dialog {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
