/* zoho form - welcome to 2005 - remind eli to replace this form */
  .lx-demo-form {
    padding: 1em;
    margin: 2em 0 1em 0;
    background-color: white;
    border-radius: .5em;
    display: inline-block;
    box-shadow: 0 1px 1px 1px #2d416a5e;
  }

  .lx-demo-form td,
  .lx-demo-form table,
  .lx-demo-form table tbody tr,
  .lx-demo-form table tbody tr td {
    color: #0e141b;
    border: 0px;  
    vertical-align: middle;
  }

  .lx-demo-form table {
    margin: 0;
  }


  .lx-demo-form input[type=submit]{
    display: inline-block;
    margin: 0;
  }