.ContentControlBar
{
    float:left;
    width:100%;
    text-align: center;
/*    position: absolute;
    top: 723px;
    width: 510px;*/
}

.ContentControlBar td
{
    background-color: #ffffff;
}

.SurveyResultsMiddleBar
{
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 1px 0px;
    float: left;
    margin: 5px 0px;
    padding: 4px 0px;
    text-align: center;
    width: 100%;
}

.QuestionNumberAndTitle
{
    float: left;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
}

.SurveyQuestionBigTitle
{
    font-size: 12pt;
    margin-left: 5px;
    text-decoration: underline;
}

.SurveyChart
{
    float: left;
}

.SurveyResultsQuestionsPanel
{
    padding-left: 20px;
    padding-right: 20px;
}

.SurveyResultsDropListPanel
{
    float: left;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
}

.SurveyResultsDropListPanel select
{
    width: 100%;
}

.QuestionPanel
{
    float: left;
    margin-bottom: 40px;
}

