#popup-message-background {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  border: 1px solid #cecece;
  z-index: 90;
}

#popup-message-window {
  display: none;
  position: fixed;
  _position: absolute; /* hack for internet explorer 6*/
  /*overflow: auto;*/
  /* background: #ffffff; */
  /* border: 2px solid #cecece; */
  z-index: 200;
  padding: 12px;
  font-size: 13px;

  /*mods*/
  background: #319bc4;
  overflow: hidden;

  -webkit-box-shadow: 0px 11px 23px 5px rgba(0,0,0,0.74);
  -moz-box-shadow: 0px 11px 23px 5px rgba(0,0,0,0.74);
  box-shadow: 0px 11px 23px 5px rgba(0,0,0,0.74);
}

#popup-message-window h1.popup-message-title {
  text-align: left;
  color: #6fa5fd;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px dotted #d3d3d3;
  padding-bottom: 2px;
  margin-bottom: 20px;

  /*mods*/
  display: none;
}

#popup-message-close {
  font-size: 18px;
  line-height: 14px;
  right: 6px;
  top: 4px;
  position: absolute;
  color: #6fa5fd;
  font-weight: 700;
  display: block;
  cursor: pointer;

  background: transparent url('fancybox.png') -40px 0px;
  text-indent: -1000px;
  width: 30px;
  height: 30px;
}

#popup-message-close-indefinitely { 
  cursor: pointer;
}

.popup-close-icon { 
  background: transparent url('fancybox.png') -40px 0px;
  text-indent: -100px;
  display: block;
  width: 30px;
  height: 27px;
  float: left;
}

div#popup-content {
    /*width: 225px;
    float: left;*/
    line-height: 22px;
    font-weight: 600;
    font-size: 1.3em;
    padding-top: 20px;
}
div#popup-content p { color: #fff;}

div#popup-footer {
    clear: both;
    overflow: hidden;
}

div#popup-header {
  width: 103.5%;
  background: white;
  margin-left: -13px;
  margin-top: -31px;
  padding: 10px 0 3px 10px;
}

div#popup-header h3 {
  color: #319bc4;
}

div#popup-form-content {
    /* float: right; */
    width: 600px;
}

div#popup-form-content p { display: none;}

div#popup-form-content td {
  color: #fff;
  font-weight: 600;
}

div#popup-form-content input[type="Submit"] {
  width: 100px;
  background: #EFFFEF;
  color: #333;
  padding: 8px;
  font-size: 1.2em;
  font-weight: 400;
  border-radius: 0;
  margin-top: 4px;
}

div#popup-footer p a {
    color: #fff;
}

div#popup-footer p a:hover { color: #fff;}

div#popup-form-content select#CTCT_COUNTRY {
    width: 158px;
    height: 36px;
    padding: 3px;
    margin-top: 2px;
}

div#popup-form-content input#Email_Address { height: 36px;}

div#popup-form-content input#ITRS_QFCB1A22UP59 {
    margin-top: 5px;
}