.formContainer {
    border: none;
    background: transparent;
    max-width: 480px;
    margin: 0 auto;
}
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; }
form>ul>li {
    display: block;
    margin-right: 36px;
    margin-bottom: 24px;
    float: left;
}
form ul li:nth-child(odd) {
    margin-right: 0;
}
form>ul>li:last-child {
    text-align: center;
    float:  none;
    clear:  both;
}
form li ul {
    width: 256px;
}
input[type="submit"] {
    -webkit-appearance: none;
    color: #fff;
    background: #00A6FC;
    border: none;
    font-size: 13px;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 9px 34px 11px;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    position: relative;
    cursor: pointer;
    outline: none;
    margin: 0;
}