/* Z-index of hide must lower than container .window */

.reg_form {padding: 0 0 0 100px; width:600px;}
.separator {width: 580px;}
.spacer {height: 20px; }

/** agegate **/
#age {text-align: center;}

a {color:#333; text-decoration:none}
a:hover {color:#ccc; text-decoration:none}

#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 #dialog1 {
  width:375px; 
  height:203px;
  background-color:#fff;
}

#dialog1 .closepopup { position:absolute; top:2px; left:380px;}

#dialog1 .d-header {
  width:375px; 
  height:50px;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog1 .d-blank {
  float:left;
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}


