#mask {
  position:fixed;
  /*z-index:9000;*/
  z-index:100001 !important;
  background-color:#000;
  display:none;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  height:200px;
  display:none;
  z-index:100002 !important;
  /*z-index:9999;*/
}
  
#boxes #dialog {
  width:711px;
  height:350px;
  background-color:white;
  background: url("/DesktopModules/DNNHero_PopupNewsletter/images/news-back.png") no-repeat scroll 0 0 transparent;
}


div.close {
    cursor: pointer;
    float: right;
    height: 23px;
    width: 23px;
}

.close a
{
    height:20px;
    width:20px;
}

.email-box 
{
    position:relative;
    top:145px;
    left:460px;
    width:20px;
    height:20px;
}

.email-box input
{
    border: 0px solid white;
    width:145px; 
    height:20px;
    outline: none;
    display: none;
}

.submit-email-box {
    /*background-color: black;*/
    height: 34px;
    left: 447px;
    position: relative;
    top: 166px;
    width: 202px;
}

.submit-email-box a {
    height: 34px;
    width: 202px;
    display: block;
}
