#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;
}
.window a {
font-weight:bold;
color:#0066FF;
text-decoration:none;
}
.window a:hover {
text-decoration:underline;
}
#boxes .windowFriend{
  position:absolute;
  left:0;
  top:0;
  width:440px;
  border:4px solid #666;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  /*height:250px;*/
  padding:10px;
  background-color:#ffffff;
  border:4px solid #666;
  font-family:Lucida Grande;
  color:#666;
  line-height:22px;
}

#boxes #dialog1 {
  width:375px; 
  height:203px;
}

#dialog1 .d-header {
  background:url(/img/login/login-header02.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(/img/login/login-blank02.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
  margin: 0 0 0 1px;
}

#dialog1 .d-login {
  float:left;
  width:107px; 
  height:53px;
  margin: -3px 0 0 0;
}

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

#boxes #dialog4 {
  width:990px; 
  height:650px;
  padding:0px 0px 20px 0px;
  background-color:#fff;
  border:4px solid #666;
}
#boxes #dialogMap {
  width:570px; 
  height:540px;
  padding:0px 0px 20px 0px;
  background-color:#fff;
  border:4px solid #666;
}


