form label { color: #CCC; }

.formDisclaimer {background: url("https://s3.amazonaws.com/dom-cms/Global/images/lock.png") no-repeat scroll 9px 12px #b1ab98;}

input[type="submit"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: linear-gradient(to bottom, #b1ab98 0%, #4e5149 100%) repeat scroll 0 0 transparent;
    border-color: #4e5149;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000;
    cursor: pointer;
    font-family: "Helvetica Neue","Helvetica",Arial,Verdana,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: medium none;
    padding: 9px 34px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.formContainer {
    border: none;
    background: transparent;
    max-width: 480px;
    margin: 0;
}

label + select, label + textarea, label + input[type="text"], label + input[type="email"], label + input[type="password"], label + input[type="checkbox"] {
    width: 200px;
}
form ul:before, form ul:after { content:""; display:table; }
    form ul:after { clear: both; }
    form ul { zoom: 1; }
.superForm form>ul>li {
    display: block;
    margin-right: 36px;
    margin-bottom: 24px;
    float: left;
}
.superForm form ul li:nth-child(odd) {
    margin-right: 0;
}
form>ul>li:last-child {
    text-align: center;
}
form li ul {
    width: 256px;
}
