﻿body {
}

.loading {
    display: none;
}

fieldset {
    border: none;
}

    fieldset > label {
        font-size: 1.5em;
        display: block;
        padding-bottom: 20px;
    }

.checkBox {
    /* Double-sized Checkboxes */
    -ms-transform: scale(3); /* IE */
    -moz-transform: scale(3); /* FF */
    -webkit-transform: scale(3); /* Safari and Chrome */
    -o-transform: scale(3); /* Opera */
    padding: 10px;
    height: 48px;
    margin-left: 12px;
}

.field {
    position: relative;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    width: 98%;
    padding-bottom: 20px;
}

    .field > label {
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s linear;
        color: #999;
        font-size: 10px;
    }

    .field > input, .field > select, .field > checkbox {
        margin-top: 15px;
        border: 1px solid #999;
        padding: 3px 2px;
        width: 100%;
        -moz-border-radius: 8px;
        border-radius: 8px;
        border: 3px solid #96858f;
    }

        .field > input + label {
            opacity: 1;
            top: 0;
        }

        .field > input:focus {
            outline: none;
        }

    .field > .error {
        color: #ff9999;
        background-color: #f7e6e6;
        font-style: italic;
    }

input:focus + label {
    color: #33A;
}

.textadd {
    text-align: center;
}

.textBox {
    float: none;
}

.FormSpacing {
    min-height: inherit;
}

.roundPanel {
    width: 95%;
    margin-left: 0;
    margin-bottom: 10px;
}


#consentQuestion {
    padding-top: 8px;
    padding-bottom: 10px;
}

#consentText > ul > li {
    padding: 6px;
    line-height:20px;
}
