/*Survey Respondent Data/Details Form*/
div.SurveyRespondentInformationPanel 
{
	float:none;
	width:400px;
	text-align:center;
}

div.SurveyRespondentData 
{
	float:none;
	clear:left;
	width:400px;
	margin-top:5px;
}

span.SurveyRespondentData
{
	float:left;
}

input.SurveyRespondentData
{
	float:right;
}

input.SurveyRespondentInformationSubmitButton 
{
	margin-top: 20px;
	clear:right;
	float:right;
}

a.ChangeRespondentInformationButton
{
	font-size:xx-small;
	color:#666666;
	text-align:left;
	width:400px;
	height:30px;
}

/*Title*/
div.SurveyTitlePanel
{
	width:400px;
	float:none;
}

span.SurveySurveyTitle 
{
	float:none;
	clear:left;
	width:400px;
	text-align:left;
	color:#092D55;
	margin-bottom:10px;
}

#masterPanel 
{
	width:500px;
	/*overflow:hidden;*/
	float:none;
	clear:left;
	text-align:center;
}

/*Survey itself */
div.SurveyMainPanel 
{
	float:none;
	clear:left;
	width:500px;
	margin-bottom:10px;
	/*background-color:#F5F5F5;*/
}

div.SurveySpacingPanel 
{
	width:500px;
	height:40px;
	background-color:#FFFFFF;
}

div.SurveyTextPanel 
{
	float:none;
	clear:left;
	width:400px;
	text-align:left;
	margin-bottom:10px;
}

span.SurveyWelcomeText 
{
	clear:left;
}

span.SurveyEndText 
{
	clear:left;
}

div.SurveyBottomPanel 
{
	float:none;
	clear:left;
	width:400px;
	text-align:center;
	/*background-color:#F5F5F5;*/

}

input.SurveyPrevButton 
{
	float:left;
}

span.SurveyPageNumberLabel 
{
	width:150px;
	float:left;
}

input.SurveyNextButton 
{
	float:left;
}

input.SurveyFinishButton 
{
	float:right;
}

span.SurveyErrorText
{
	color:#FF0000;
	text-align:left;
	width:400px;
}

/*Questions*/
span.QuestionQuestionText
{
	color:#092D55;
	font-weight:bold;
}

div.QuestionQuestionTextPanel
{
	float:none;
	clear:left;
	width:400px;
	text-align:left;
	padding-top:10px;
}

div.QuestionRemarksPanel 
{
	float:none;
	clear:left;
	width:400px;
}

div.QuestionQuestionOptionPanel 
{
	margin-top:20px;
	margin-bottom:20px;
	float:none;
	clear:left;
	text-align:left;
	width:400px;
	
}

span.QuestionStatusTextLabel 
{
	color:#FF0000;
}


/* Opinion Questions */
div.OpinionQuestionMainPanel
{
	width:400px;
	overflow:visible;
}

div.remarksPanel
{
	margin-top:20px;
	width:400px;
	float:none;
	clear:left;
}

div.OpinionQuestionSubQuestionPanel 
{
	clear:left;
}

div.OpinionQuestionSubQuestionSubPanel1
{
	clear:left;
	float:left;
	width:150px;
}

div.OpinionQuestionSubQuestionSubPanel2 
{
	width:250px;
	float:left;
	clear:none;
}

div.OpinionQuestionSubAnswerOptionPanel
{
	text-align:center;
}

div.OpinionQuestionLegendaSubPanel 
{
	clear:left;
}

.QuestionCheckBoxList
{
                    width:400px;
}

.QuestionCheckBoxList label
{
                    width:350px;
}

.QuestionRadioButtonList label
{
                    width:350px;
}