
header {
    background: #ccc;
    height: 70px;
    padding: 10px;
    clear: both;
}

#mainBodyContent {
    margin-left: 20px;
    margin-right: 20px;
}

#header_logo {
    width: 222px;
    height: 50px;
    float: left;
}

#login_nav {
    float: right;
}

#header_nav {
    float: right;
}

#auth-form-wrapper {
    position: absolute;
    z-index: 10000;
    background-color: #f5f5f7;
    width: 360px;
    left: 50%;
    top: 100px;
    margin-left: -180px;
    -webkit-box-shadow: 0px 0px 20px #666666;
    box-shadow: 0px 0px 20px #666666;
    border-radius: 3px;
}

ol#mainBreadcrumb {
    margin-top: 18px;
}

div.preview-spacer {
    height: 30px;
}

div.section-description {
    margin-top: 20px;
    margin-bottom: 20px;
    font-style: italic;
}

div.section-question {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
}

div.section-question-text {
    font-weight: 600;
}

div.section-question-help {
    font-style: italic;
    font-size: -1;
    padding-left: 20px;
}

div.section-question-answer {
    margin-top: 10px;
}