#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 #dialog {
  width:375px; 
  height:460px;
  padding:10px;
  background-color:#ffffff;
  border:10px solid #CCCCCC;
}
#boxes #dialog p { padding:16px; font:16px Georgia; border-bottom:1px dashed #999999;border-top:1px dashed #999999;}
#boxes #dialog a { text-decoration:none;}
#boxes #dialog a:hover { text-decoration:underline;}
#boxes #dialog-contact {
  width:375px; 
  height:407px;
  padding:10px;
  background-color:#ffffff;
  border:10px solid #CCCCCC;
}
#boxes #dialog-contact-phone {
  width:375px; 
  height:228px;
  padding:10px;
  background-color:#ffffff;
  border:10px solid #CCCCCC;
}

#boxes #dialog-contact-phone h1,h2,h3,h4,h5 { font:bold 26px arial; color:#666666;}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(images/login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

#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;
  background:url(images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

#boxes #dialog2 {
  background:url(images/notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
label {font-size:15px; font-family:Georgia, 'Times New Roman', Times, serif;}