#modal-backdrop {
  background: black;
  filter: alpha(opacity=70);
  opacity: .7;
  position: fixed;
  height: 100%;
  left:0;
  width: 100%;
  z-index: 80;
}

#modal-shell {
  background: url('../images/modal-shadow.png') center no-repeat;
  height: 539px;
  left: 0;
  margin: 0 auto;
  top: 100px;
  position: fixed;
  width: 100%;
  z-index: 99;
}
  
  #modal-shell .inner {
    background: url('../images/modal-shell.png');
    height: 491px;
    margin: 10px auto;
    padding: 12px;
    width: 590px;
  }
  
  #modal-content {
    background: url('../images/modal-inner-bg.jpg') no-repeat;
    color: #E2E0D7 !important;
    height: 490px;
    position: relative;
    text-align: left;
    width: 590px;
  }
  
    #modal-content h1,
    #modal-content h2,
    #modal-content h3,
    #modal-content h4,
    #modal-content h5,
    #modal-content h6 {
      color: #E2E0D7;
    }
    
    #modal-content h1 {
      left: 25px;
      position: absolute;
      top: 30px;
      margin: 0;
      padding: 0;
    }
    
    #modal-content #call-us {
      right: 25px;
      top: 15px;
      position: absolute;
      text-align: right;
    }
    
      #call-us h4, #call-us h2 {
        margin: 0;
        padding: 0;
      }
      
    #modal-content form {
      position: absolute;
      left: 20px;
      top: 120px;
      width: 550px;
    }
    
      #modal-content .left,
      #modal-content .right {
        width: 48%;
      }
      
      #modal-content .left label{
        margin: 0;
        padding: 0;
        display: inline;
        float: left;
        padding-top: 5px;
      }
      
        #modal-content .left label.req::after {
          content: ' *';
        }

      #modal-content .left input[type="text"] {
        background: #370602;
        color: #E2E0D7;
        font-size: 18px;
        border: 1px solid #9C210E;
        margin-bottom: 20px;
        display: inline;
        float: right;
        padding: 5px;
        width: 160px;
      }
            
    #modal-content form textarea {
      background: #370602;
      border: 1px solid #9C210E;
      color: #E2E0D7;
      font-size: 18px;
      height: 100px;
      margin-top: 10px;
      padding: 5px;
      width: 70%;
    }

    #modal-content form select {
      margin-bottom: 10px;
    }

    #modal-content form h6 {
      font-size: 16px;
    }
    
    #modal-content form input[type="submit"] {
      background: transparent url('../images/send.png') no-repeat;
      border: none;
      bottom: 0;
      cursor: pointer;
      height: 108px;
      position: absolute;
      right: -80px;
      width: 200px;
    }
    
    #modal-content small {
        font-size: 10px;
    }
    
    #modal-content .disclaimer {
      position: absolute;
      bottom: 0;
      left: 20px;
    }
    
a#close-modal {
  background: url('../images/close-button.png');
  cursor: pointer;
  height: 43px;
  position: absolute;
  right: -20px;
  top: -30px;
  width: 41px;
}