﻿#maincontent {
    margin-top: 30px;
    max-width: 1015px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 170px;
}

    #maincontent h1 {
        background-color: #395278;
        color: white;
        padding: 10px;
    }

    #maincontent article {
        background-color: #c8ced7;
        padding: 10px;
    }

.field {
    display: block;
    margin-top: 10px;
}

    .field label, input, select {
        display: block;
    }

    .field label {
        margin-bottom: 5px;
    }

    .field input {
        width: 275px;
    }

    .field select {
        width: 280px;
    }

    .field textarea {
        width: 565px;
    }

.longfield input {
    width: 565px;
}


.multifields div {
    display: inline-block;
}

    .multifields div:first-child {
        margin-right: 10px;
    }

.field-margintop25 {
    margin-top: 25px;
}

.fieldfake {
    display: none;
}

.btn_group {
    margin-top: 20px;
}

    .btn_group input {
        display: inline-block;
        background-color: #395278;
        border: 1px solid #092857;
        color: white;
        height: 35px;
        width: 135px;
        font-size: 15px;
        margin-right: 15px;
    }

        .btn_group input:hover {
            background-color: #092857;
        }

h1 {
    font-size: 36px;
}

.required_field-color {
    color: #e5341f;
}

.field_caption label, .field_caption div {
    display: inline-block;
}

.error {
    color: red;
    font-size: 12px;
}

.captcha_field div {
    display: inline-block;
}

.captcha_field #captchaErrorContainer {
    vertical-align: top;
    padding-top: 32px;
}
