/* This file is also used by the preview survey view in the CreateSurvey page */

.TakeSurveyTopArea
{
    float: left;
    margin: 0px 0px 15px;
}

.TakeSurveyContent hr
{
    clear: both;
}


.SurveyDetailsArea
{
    width: 350px;
    float: left;
    margin-bottom: 10px;
}




.SurveyFooter
{
    
    margin: 0px 0px;    
    text-align: left;
    font-size:11px;
}

.TakeSurveyContent
{
    padding-bottom: 0px;
}


.SurveyTitle
{
    font-size: large;
    display: block;
    line-height: 30px;
    
}

.TakeSurveyBox
{
    width: 65%;
    float:left;
}

.TakeSurveyLabel
{
    margin-left: 10px;
    margin-right: 10px;
}


.TakeSurveyErrorLabel
{
    color: Red;
}

.TakeSurveyErrorArea
{
    text-align: center;
    margin-bottom: 10px;
}

.SurveyIntroduction
{
   /* white-space: pre;*/
}
