﻿.surveyTitle
{
	height: 20px;
	color: #fff;
	background: #9f0c29;	
	padding-left: 15px;
	font-weight: bold;
}
.survey
{
	font-size: 8pt;
	text-align: left;
	width: 190px;
	color: #666;
	margin-top: 15px;
	line-height: normal;
}
.survey .title
{
    color: #454545;
    font-weight: bold;
    padding-left: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.survey .question
{
    padding: 7px;
    padding-bottom: 0px;
    vertical-align: top;
    text-align: justify;
}

.survey .answers
{

}

.survey .answers table
{
    width:100%;
}

.survey .answers .answerText
{
    padding-left: 7px;
}

.survey .answers .graphCell
{
    padding-left: 14px;
}

.survey .answers .percentTable
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100px;
}

.survey .answers .percentNoFill
{
    background: #fff;
    width: 5px;
    height: 6px;
    padding: 0px;
}

.survey .answers .percentFill
{
    background: #454545;
    width: 5px;
    height: 6px;	
    padding: 0px;
}

.survey .answers .percent
{
    font-size: 7pt;
}

.survey  .answers input
{
    width: 20px;
    display: block;
    float: left;
}

.survey .answers label
{
    display: block;
    float: none;
}

.survey .validator
{

}

.survey .buttonArea
{
    text-align: right;
    padding-right: 10px;
}

.surveyAnswerTable label
{
    padding-top: 3px;
    float: none;
}
