<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.applicationForm .row .field
{
    float: left;
    margin-right: 40px;
}
.applicationForm .row .field input
{
    width: 214px;
}
.applicationForm .row .field.short input
{
    width: 50px;
}
.applicationForm .row .field.checkbox input
{
    width: auto;
}

.applicationForm .row .field select
{
    border-color: #C3CCCF;
}

.applicationForm .agreeToTermsWrap
{
    margin-bottom: 15px;
}


.messageIcon
{
    padding-top: 30px;
    text-align: center;
}
.messageIcon h2
{
    font-weight: normal;
    font-size: 24px;
    margin-top: 24px;
}
.messageIcon .description
{
    margin: 20px 0 25px 0;
}

.messageIcon a.button
{
    display: inline-block;
}
.messageIcon .buttonRow
{
    margin-bottom: 35px;
}

.applicationForm .notice
{
    padding-top: 20px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.applicationForm .notice p
{
    margin: 0;
}
#groupForm
{
    display: none;
}
/* tabs */
.switchWrapper
{
    padding-bottom: 12px;
    margin-bottom: 25px;
    margin-top: 45px;
    background: url( '../../images/block-shadow.png' ) no-repeat left bottom;
}
.switchWrapper .innerWrapper
{
    position: relative;
    height: 38px;
    border-bottom: 1px solid #cfd9dc;
}
.switchWrapper ul.switch
{
    position: absolute;
    bottom: -2px;
    left: 0px;
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0px;
    display: block;
}
.switchWrapper ul.switch .option
{
    display: block;
    float: left;
    background: url( '../../images/tab-small-bg-idle.png' ) repeat-x top left;
}
.switchWrapper ul.switch li span
{
    display: block;
    padding: 14px 20px 12px 20px;
    background-position: 17px 6px;
    font-weight: bold;
    line-height: 12px;
    cursor: pointer;
}
.switchWrapper ul.switch #singleFormSwitch
{
    border-top-left-radius: 8px;
}
.switchWrapper ul.switch #groupFormSwitch
{
    border-top-right-radius: 8px;
}
.switchWrapper .switch .option.active,
.switchWrapper .switch .option.active:hover
{
    color: #ffffff;
    background: url( '../../images/tab-small-bg-active.png' ) repeat-x top left;
}
.switchWrapper .switch .option:hover
{
    background: url( '../../images/tab-small-bg-hover.png' ) repeat-x top left;
}

</pre></body></html>