.new-lightbox {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,.7);
    z-index: 555555;
    height: 100%;
    display: none;
}

.new-lightbox #contactFormEmail {
  border: 1px solid #CCC;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 14px;
/* margin-bottom: 15px; */
  height: 46px;
  margin-bottom: 0px;
  padding: 12px 8px;
  width: 100%;
}

.new-lightbox #contactFormSubmit {
  border: 0px none;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 6px;
  width: 100%;
  background: none repeat scroll 0% 0% #000;
  color: #FFF;
  cursor: pointer;
}

.new-lightbox p {
  color: #666;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  font-weight: normal;
  font-family: Georgia,Verdana,Tw Cen MT,Geneva,sans-serif;
  margin: 0 0 10px 0;
      padding-top: 15px;
}

.new-lightbox h3 {
/*   border-bottom: 1px solid #CCC; */
  color: #000;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}

.new-lightbox img {
  display: block;
  width: 46%;
  margin: 0 auto;
}

.new-lightbox .lightbox-content {
   max-width: 500px;
    width: 100%;
    height: 420px;
    background: #fff;
    padding: 10px;
    position: relative;
    margin: 30px auto 0 auto;
    top: 60px;
    border: 1px solid #ccc;
    padding-top: 10px;
 
}