#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 #loginbox 
{
  width:370px; 
  height:196px;
}

#loginbox .d-header {
  background:url(images/login_box_01.png) no-repeat 0 0 transparent; 
  width:350px; 
  height:131px;
}

#loginbox .d-header input
{
  height:30px;
  width:230px;
  position:relative;
  top:45px;
  left:60px;
  border:3px solid #cccccc;
  font-size:15px;
  padding:3px;
  margin-top:10px;
}

#loginbox .d-blank 
{
  float:left;
  background:url(images/login_box_02.png) no-repeat 0 0 transparent; 
  width:220px; 
  height:65px;
}

#loginbox .d-login 
{
  float:left;
  width:130px; 
  height:65px;
}


#ajax_loading
{
  position:absolute;
  left:80px;
  top:152px;
  width: 150px;
  display:none;
  z-index:9999;
  padding:0px;
}

#login_responce
{
  position:absolute;
  left:192px;
  top:132px;
  width: 100px;
  display:none;
  z-index:9999;
  padding:20px;
}
