#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
  opacity: 0.5 !important;
}  
#boxes .window {
  position:fixed;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
  border-radius: 15px;
  text-align: center;
}
#boxes #dialog {
  width:450px; 
  height:auto;
  padding:10px;
  background-color:#ffffff;
}
body{
  background: url('bg.jpg');
}
#mc_embed_signup .asterisk, .indicates-required {color: red; }
.mc-field-group {margin-bottom: 10px;}
#mc_embed_signup .page-title h2 {font-size: 30px;}
.mc-field-group label {width: 79%; text-align: left;}
#dialog a.close {background: transparent url('close-button.png') 0 0 no-repeat; width:32px; height:32px; cursor: pointer; position:absolute; top:-10px; left:430px;}