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

#boxes #dialog {
  width:725px; 
  height:503px;
  padding:10px;
  background-color:#ffffff;
}

#boxes #dialog1 {
  width:725px; 
  height:503px;
}

#dialog1 .d-header {
  background:url(../images/login-header.png) no-repeat 0 0 transparent; 
  width:725px; 
  height:47px;
}
#dialog1 .d-middle {
  background:url(../images/loginbg.png) repeat-y; 
  width:650px; 
  padding-left:50px;
  padding-right:15px;
  height:300px;
}
#dialog1 .d-middle div input.inputbox{
  width:150px; 
  border:1px solid #C45301;
  font-size:12px;
  line-height:20px;
  padding-top:3px;
  height:18px;
  font-weight:normal;
}
#dialog1 .d-middle div input.button{
  background:#C45301;
  font-size:12px;
  line-height:20px;
  border:1px solid #000000;
  padding:3px 0px;
  height:25px;
  color:#F7EADA;
  font-weight:normal;
  width:65px;
}
#dialog1 .d-middle div input.close{
  background:#C45301;
  font-size:12px;
  line-height:20px;
  border:1px solid #000000;
  padding:3px 5px;
  height:25px;
  color:#F7EADA;
  font-weight:normal;
}
#dialog1 .d-middle div input.inputradio{
  padding-top:3px;
}
#dialog1 .d-middle div select{
  width:150px; 
  border:1px solid #C45301;
  font-size:12px;
  line-height:20px;
  height:20px;
  font-weight:normal;
}

#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:222px;
  width:550px;
  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:458px; 
  height:53px;
  background:url(../images/login-button.png) no-repeat 0 0 transparent; 
}




#boxes #dialog2 {
  width:725px; 
  height:503px;
}

#dialog2 .d-header {
  background:url(../images/login-header.png) no-repeat 0 0 transparent; 
  width:725px; 
  height:47px;
}
#dialog2 .d-middle {
  background:url(../images/loginbg.png) repeat-y; 
  width:650px; 
  padding-left:50px;
  padding-right:15px;
  height:300px;
}
#dialog2 .d-middle div input.inputbox{
  width:150px; 
  border:1px solid #C45301;
  font-size:12px;
  line-height:20px;
  padding-top:3px;
  height:18px;
  font-weight:normal;
}
#dialog2 .d-middle div input.button{
  background:#C45301;
  font-size:12px;
  line-height:20px;
  border:1px solid #000000;
  padding:3px 0px;
  height:25px;
  color:#F7EADA;
  font-weight:normal;
  width:65px;
}
#dialog2 .d-middle div input.close{
  background:#C45301;
  font-size:12px;
  line-height:20px;
  border:1px solid #000000;
  padding:3px 5px;
  height:25px;
  color:#F7EADA;
  font-weight:normal;
}
#dialog2 .d-middle div input.inputradio{
  padding-top:3px;
}
#dialog2 .d-middle div select{
  width:150px; 
  border:1px solid #C45301;
  font-size:12px;
  line-height:20px;
  height:20px;
  font-weight:normal;
}

#dialog2 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:222px;
  width:550px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

#dialog2 .d-blank {
  float:left;
  background:url(../images/login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

#dialog2 .d-login {
  float:left;
  width:458px; 
  height:53px;
  background:url(../images/login-button.png) no-repeat 0 0 transparent; 
}