﻿body
{
    font-size: .95em;
    font-family: arial, Sans-Serif;
    color: #222;
    margin: 0;
    padding: 0;
    background: white; /*line-height: 1.5;*/
}


#Header
{
    height: 75px;
    background: #F1F1F1;
    border-bottom: 1px solid #EAEAEA;
}

div.form-module
{
    width: 700px;
    margin: 20px auto;
}
div.form-module h4:not(.flex-header-item),
div.form-module div.flex-header
{
    border-bottom: 1px solid #EAEAEA;
    margin: 0 -10px 0 -10px;
    padding: 0px 5px 8px 10px;
}

.sr-question-col
{
    width: 500px;
    /*font-weight: bold;*/
}
.sr-help-col
{
    font-size: smaller;
}
.sr-answer-col
{
}

.sr-required-col
{
    width: 17px;
}

#Survey .name { margin: 10px 0 20px 0px; }

#Survey #RequiredHint { padding-left: 33px; }
#Survey .question { font-weight: bold; }
#Survey .help-text { font-size: .85em; }
#Survey textarea { min-height: 75px; }
#Survey #RequiredValidatoionSummary { width: 100%; text-align:center; padding: 10px; display:none; }