.block-template-email-signup-popup-v1 {
  display: none;
}

.email-signup-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 1000;
}

.email-signup-popup {
  /* Turn off the ms filters for IE 9 +
  -ms-filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);
  filter:none; */
  background: transparent;  /* The Fallback */
  background: rgba(0, 0, 0, 0.6);
  zoom: 1;
}

.email-signup-popup .popup-plaque {
  position: absolute;
  background: transparent url("/media/export/cms/email_signup_popup/plaque_bg.jpg") no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border: none;
  width: 700px;
  height: 446px;
  left: 50%;
  top: 50%;
  margin: -223px 0 0 -350px;
  padding: 20px;
  overflow: hidden;
}

.email-signup-popup .popup-plaque-outer {
  position: relative;
  width: 100%;
  padding: 7px;
  text-align: center;
  background: #FFFFFF;
  overflow: auto;
  height: 100%;
  overflow-x: hidden;
}

.email-signup-popup .popup-plaque-inner {
  position: relative;
  width: 100%;
  min-height:390px;
  padding: 5px;
  text-align: center;
  border: 1px solid #adadad;
}

.email-signup-popup .close-btn {
  width: 43px;
  height: 49px;
  right: 0;
  top: 0;
  position: absolute;
  display: block;
  background: transparent url("/media/export/cms/email_signup_popup/offer_close_btn.gif") no-repeat;
  text-indent: -9999px;
}

.email-signup-popup .close {
  cursor: pointer;
}


.email-signup-popup .popup-plaque-content {
  position: relative;
  display: table;
  text-align: center;
  vertical-align: middle;
  margin-top: 20px;
  height: 217px;
  width: auto;
}

.email-signup-popup .popup-plaque-content.left {
  width: 315px;
  float: left;
  overflow: hidden;
  border-right: 1px solid #cccccc;
}

.email-signup-popup .popup-plaque-content.right {
  width: 274px;
  float: right;
  overflow: hidden;
}

.email-signup-popup .popup-plaque-content .valign-middle {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.email-signup-popup .email-signup-container {
  width: auto;
}

.email-signup-popup /*.perlgem-signup-block*/.email-signup-container form {
  width: 100%;
}

.email-signup-popup .email-desc {
  margin: 0 30px;
  text-align: center;
  font-size: 18px;
}

.email-signup-popup .perlgem-signup-block .form-text {
  width: 227px;
}

.email-signup-popup .email-desc,
.email-signup-popup .perlgem-signup-block .form-text {
  margin-bottom: 20px;
}

.email-signup-popup .perlgem-signup-block .error {
  background: #FFFFFF;
  color: #f14a29;
}

.email-signup-popup .perlgem-signup-block .form-text.error {
  border: 1px solid #f14a29;
  margin-top: 0;
}

/*IE 8 - position "Email Address" placeholder div to be centered in email input field*/
.email-signup-popup .placeholder-wrap .placeholder {
  left: 130px;
}

