#footerForm span.required{
    background: none;
    border: none;
    color: red;
    display: table-cell;
    padding-left: 10px;
}
#footerForm li{
    display: table;
}
#footerForm li input{
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
}
#footerForm select{
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
}
#footerForm li.select{
    width: 250px;
}
#footerForm input.submit{
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 2em;
    background: 0;
}
#footerForm .form-footer{
    margin-top: 0;
    text-align: right;
}
