body ul {
    padding: 0;
}

.form-field {
    font-family: "Avenir LT W01 55 Roman", verdana, arial, sans-serif;
    padding: 3px;
    border: 1px solid #c6c7c9;
    font-size: 13px;
    border-radius: 0;
    line-height: 15px;
    -webkit-appearance: none;
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    -ms-transition: box-shadow 0.2s;
    -o-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s false;

    width: 100%;
}

.form-field:focus {
    outline: none;
    border: 1px solid #369;
}

.small {
font-family: "Avenir LT W01 65 Medium", Verdana, Arial, sans-serif;
  color: #58595B;
  font-size: 12px;
  cursor: pointer;
}

a {
  font-family: "Avenir LT W01 55 Roman", verdana, arial, sans-serif;
  cursor: pointer;
  line-height: 13px;
  text-decoration: none;
  color: #336699;
}

a:hover {
  text-decoration: none;
  color: #336699;
}

.block {
  padding: 10px 0;
}

.form-field-label {
    display: none;
}

.no-placeholder .form-field-label {
    font-family: "Avenir LT W01 85 Heavy", Verdana, Arial, sans-serif;
    display: block;
}
