.FormControl .Group .Title h2 {
    float: left;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 14pt;
    font-weight: 500;
    color: #616163;
    line-height: 20px;
}

.FormControl .Group .Title .Question {
    display: inline-block;
    margin: 0 0 -2px 2px;
    height: 16px;
    width: 16px;
    background: url(/static/assets/images/info.svg?v=d135be715cfeb8bf401a8bb145913800f799de67) no-repeat left center;
    background-size: 16px;
    cursor: pointer;
}

    .FormControl .Group .Title .Question.Info {
        background-image: url(/static/assets/images/info.svg?v=d135be715cfeb8bf401a8bb145913800f799de67);
    }

.FormControl .Group .Title .Answer {
    display: none;
    float: left;
    clear: both;
    margin-top: 0 !important;
    overflow: hidden;
    color: #b5bbbd !important;
}

    .FormControl .Group .Title .Answer.Hint {
        display: none;
    }

    .FormControl .Group .Title .Answer a {
        text-decoration: underline;
        cursor: pointer;
    }

    .FormControl .Group .Title .Answer li {
        float: left;
        clear: both;
        line-height: 14px;
        font-size: 10pt !important;
        font-weight: 400 !important;
        line-height: 20px;
        color: #b5bbbd;
    }

    .FormControl .Group .Title .Answer img {
        display: none;
        margin-top: 20px;
        border: Solid 1px #383838;
        max-height: 325px;
    }

    .FormControl .Group .Title .Answer ul,
    .FormControl .Group .Title .Answer ol {
        float: left;
        margin-left: 20px;
    }

    .FormControl .Group .Title .Answer ol {
        list-style-type: decimal;
    }

.FormControl .Group .Fields {
    padding-top: 2px;
}

    .FormControl .Group .Fields .Field {
        margin: 4px 0;
    }

        .FormControl .Group .Fields .Field .Caption {
            float: left;
            margin-top: 21px;
            width: 150px;
            color: #929292;
            font-size: 11pt;
            line-height: 20px;
        }

            .FormControl .Group .Fields .Field .Caption.Optional {
                margin-top: 10px !important;
            }

                .FormControl .Group .Fields .Field .Caption.Optional em {
                    color: #aaa;
                    font-style: normal;
                    font-weight: 300;
                }

        .FormControl .Group .Fields .Field .Editor {
            float: left;
        }

.FormControl .Group input {
    margin: 5px 0;
    padding: 0 15px;
    height: 45px;
    width: 250px;
    vertical-align: top;
    font-weight: 400;
    font-size: 11pt;
}

.FormControl .Group .Validation.Error,
.FormControl .Group .ServerValidation {
    color: #ff4c4c;
    font-size: 10pt;
    font-weight: 500;
}

.FormControl .Group .Validation.Error {
    display: block;
    margin: 0 0 5px 0;
    padding: 0;
}

.FormControl .Group .ServerValidation {
    margin: 20px 0;
}

.lt-ie9 .FormControl .Group input {
    padding: 15px 20px;
    height: 49px;
    overflow: hidden;
}
