#block-house-enews-popup-house-enews-popup {
  display: none;
  border: 20px solid #aaa;
  -moz-box-shadow: 0 0 25px 25px #222;
  -webkit-box-shadow: 0 0 25px 25px #222;
  box-shadow: 0 0 25px 25px #222;
  background: url(enewspop-bk.png) top right no-repeat #fff;
  color: #333;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  left: 50%;
  line-height: 1.5em;
  margin: 0 0 0 -225px;
  padding: 50px;
  position: fixed;
  top: 150px;
  width: 450px;
  z-index: 10000;
}
#block-house-enews-popup-house-enews-popup h2 {
  font-size: 2em;
  padding: 0 0 1em 0;
  line-height: 1em;
}
#block-house-enews-popup-house-enews-popup .content label {
  width: 260px;
}
#close-enews-popup {
  background: #ccc;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  color: #666;
  cursor: pointer;
  font-family: verdana;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: -30px;
  text-align: center;
  top: -30px;
  width: 40px;
}
#html-greyed-out {
  background: #000;
  filter:alpha(opacity=70);
  height: 100%;
  opacity: 0.7;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
#house_enews_popup {
  margin: 1.5em 0;
}
#house_enews_popup #required-valid-email {
  border: 1px solid #ccc;
  color: #666;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  padding: 0 .5em;
}
#house_enews_popup .form-submit {
  background: #333;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  font-family: arial;
  font-size: 16px;
  font-weight: bold;
  height: 30px;
  padding: 0 .5em;
}
