#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:270px; 
  height:130px;
  padding:10px;
  background-color:#ffffff;
    position:absolute;
}

.velum{/*Наш зановес*/
position: fixed;
top:0;
left:0;
width: 100%;
height: 100%;
opacity: 0.8;
background: #444444;
z-index:8000;/*Нужно отображать над содержимым страницы*/
display: none;/*Пока скрываем*/
}

input[name="captcha-2"] {
background-color: #d5eee2;
width: 260px;
padding: 2px 4px;
font-size: 16px;
border: 1px solid #e7f5ee;
border-top: 1px solid #59645f;
border-left: 1px solid #86968f;
height: 22px;
}
 
#boxes #dialog1 {
  width:375px; 
  height:203px;
}
 
#dialog1 .d-header {

  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;

  width:267px; 
  height:53px;
}
 
#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}
 
#boxes #dialog2 {

  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}