.FieldContainerHori label,
.FieldContainerVert label {
    font-weight: normal;
    color: #fff;
    font: 400 16px/1.3 Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
    display:block;
    padding-bottom: 10px;
}

table {
    width:100%;
}

.inputText {
    display: block;
    width: 100%;
    color: #fff;
    background: none;
    border: 2px solid #fff;
    resize: none;
    outline: none;
    height: auto;
    min-height: 30px;
    margin-bottom: 5px;
}

input[type="radio"] {
    float:left;
}

#submitbutton input[type="submit"] {
    font: 400 15px/1.3 Lato, Arial, "Helvetica Neue", Helvetica, sans-serif;
    background: #efc20e;
    border-radius: 5px;
    color:#fff;
    width: 158px;
    border: none;
    padding: 14px;
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}