﻿body
{
    background-color: #EEE;
    margin: 0;
    padding: 0;
    height: 100%;
}

#content
{
    width:600px; 
    margin-left: auto; 
    margin-right:auto; 
    margin-top: 50px; 
    padding: 15px; 
    border: solid 2px black; 
    background-color: White;
    height: 100%;
}

#content textarea
{
    width: 590px;
}

#content #contentClientInfo
{
    width: 100%;
    text-align: center;
}

.userMessage
{
    margin-left: auto; 
    margin-right:auto; 
    margin-top: 50px; 
    padding: 15px; 
    border: solid 2px black; 
    background-color: #CCF;
}

#surveyProgress 
{
    text-align: center;
}

#surveyControlPanel 
{
    text-align: center;
}



.errorMessage
