#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
.window {color:#555} 
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:430px; 
  height:295px;
  padding:7px 10px;
  background:#F0F0F0;
  border-right:1px solid #890600;
  font-family:verdana;
  font-size:14px
}
#loader {
 background:url(images/ajax-loader.gif) no-repeat;
 width:18px;
 height:18px;
 position:absolute;
 top:5px;
 left:9px;
 display:none
}
#boxes #dialog a {
  float:right;
  color:#890600;
  text-decoration:underline;
  padding-bottom:15px;
  display:block;
}
#boxes #dialog input {
  border:1px solid #C0C0C0;
  width:180px;
  padding:1px;
  margin-top:1px
}
#boxes #dialog #error {color:#F00}
#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;
}
#msg {margin-top:30px}
#bs {
	position:absolute;
	left:380px;
	top:278px;
	font-weight:bold
}