@charset "utf-8";
#close_div { float: right; }
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  width: 400px;
  height: 250px;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:15px;
}


/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  background-color: white;
  width:375px; 
  height:285px;
  display:none;
}
#thank_you_msg { display: none; }
#registration, form { color: black; }


