#maskNesletter {
  position:absolute;
  left:0;
  top:0;
  z-index:1000;
  background-color:#999;
  display:none;
}  
#boxesNesletter .windowNesletter {
  position:absolute;
  left:0;  
  width:585px;
  height:auto;
  display:none;
  z-index:9999;
  padding:20px;
}

#dialogNesletter .dHeader h1 {
font:18px Arial;
border:none;
padding:20px 0 0 0;
color:#F00;
margin-bottom:10px;
}
#dialogNesletter .close {
 background:url(../images/close.png) no-repeat 0 0 transparent;  
 float:right !important;
 xposition:absolute;
 margin: -20px -30px 0 0;
  border:none;
  height:27px !important;
  width:27px;
}
#dialogNesletter .dBlank {
  float:left;
  background-color:#FFF;  
  width:auto;  
  padding:15px !important;
  -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;
  
}

