/****** Swift Form
* Simple fast css form
* See www.jarrodswift.com for details
*******/
form.swift {
  width: 33em;
  margin: 2em auto;
}

  .swift label {
    width: 15em;
    float: left;
  }

  .swift ol, .swift ul {
    list-style-type: none;
  }

  .swift li {
    padding-bottom: 1em;
    clear: left;
  }

  .swift fieldset fieldset {
    clear: left;
    border: none;
  }

  .swift label input {
    margin-right: 1ex;
  }

