#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:326px;
  height:250px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #newsletter {
  width:326px; 
  height:150px;
}

#newsletter .d-header {
  background:url(images/left/header.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:65px;
}
#newsletter .d-input {
  background:url(images/left/input.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:39px;
}
#newsletter .d-input input {
  position:relative;
  border:1px solid #cccccc;
  height:20px;
  width:220px;
}

#newsletter .d-login {
  width:326px; 
  height:46px;
  background:url(images/left/submit.png) left top no-repeat;
}

#newsletter .btn_submit{width:93px; height:40px; background:url(images/left/newsletter_btn.png) top left no-repeat; border:0;margin-top:0; padding-top:0;}
#newsletter .btn_submit:hover{ background-position:0 -40px; cursor:pointer;}
