#Form_ContactForm div.field.text,
#Form_ContactForm div.textarea {
    margin: 1.2em 0;
}
#Form_ContactForm label.left {
    font-family: 'Verlag A', 'Verlag B';
    font-weight: 700;
    font-style: normal;
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    margin-bottom: 0.9em;
}
#Form_ContactForm input[type="text"],
#Form_ContactForm input[type="email"] {
    width: 100%;
    padding: 1.2em 0.8em 1.2em 0.8em;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#Form_ContactForm .textarea.resizable-textarea {
    resize: vertical;
}
#Form_ContactForm .btn-toolbar {
    width: 100%;
    position: relative;
    padding: 2em 0 1em 0;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
    background: #f0f0f0;
}
p#Form_ContactForm_error {
    color: #f05859;
    font-style: italic;
}