﻿.contactForm {
    margin-top: 20px;
}

    .contactForm li {
        margin-bottom: 18px;
    }

    .contactForm .submitBtnLi {
        margin-top: 30px;
        margin-left: 100px;
    }

    .contactForm .captchaError {
        display: none;
    }

    .contactForm .validator {
        margin: 4px 0 0 0;
    }

    .contactForm .full-width .validator{
        margin-left: 100px;
    }

    .contactForm .captcha{
        padding: 0 0 0 100px;
    }

.staffsPanel ul {
    margin-bottom: 0px;
}

.staffsPanel li {
    margin-bottom: 0px;
}

    .staffsPanel li.staff {
        float: left;
        width: 275px;
        line-height: 1.6em;
    }

.staffsPanel .name {
    font-weight: bold;
}

.staffsPanel .title {
    font-weight: bold;
    font-style: italic;
}

.staffsPanel .email {
}
