.Questionnaire .Question
{
	/* margin: 10px 0; */
	/*padding:10px 0;*/
}
.Questionnaire LABEL, .Questionnaire .InputLabel
{
	float:none;
	display:block;
	width:auto;
}
.Questionnaire LABEL
{
	font-weight:normal;
}
.Questionnaire .TextQuestion TEXTAREA
{
	height:auto;	
}
.Questionnaire .CheckBoxList LABEL, .Questionnaire .RadioButtonList LABEL, .CheckBox LABEL
{
	float:left;
	margin-left:0;
	font-weight:normal;
}

.Questionnaire .TabContent
{
}
.Questionnaire .Hidden
{
	display:none;
}
.Questionnaire .TabPanel .Tabs
{
	line-height:0;
}
.Questionnaire .TabPanel .Tab
{
	line-height:1;
	display:block;
	float:left;
	border-bottom:none;
	text-decoration:none;
	padding:4px 6px;
	margin-right:2px;
	background-color:#E6E6DC;
	font-weight:bold;
	color:#666666;
}
.Questionnaire .TabPanel .CurrentTab
{
	background-color:#af1e2d;
	color:White;
}
.Questionnaire .TabPanel .FirstTab
{
}
.Questionnaire .TabPanel .LastTab
{
}

.Questionnaire .Results .Question
{
	display:block;
	font-weight:bold;
	margin:10px 0 5px 0;
}

.Questionnaire .Results .Answer
{
	display:block;
	margin-bottom:5px;
}

/**********************************************
/*    Multiplecolumnpoints & Headingtable     
/**********************************************/

.Questionnaire .Questions .ListItem.Alt
{
	background-color:#EEEEEE;
}

.Questionnaire .MultipleColumnsPointsQuestion span, .Questionnaire .HeadingTableQuestion .InputLabel
{
	float:left;
	display:inline;
	width:225px;
	padding-top:5px;
}
.Questionnaire .MultipleColumnsPointsQuestion span
{
	font-weight:normal;
}

.Questionnaire .MultipleColumnsPointsQuestion, .Questionnaire .HeadingTableQuestion
{
	border-right:1px solid black;
}

.Questionnaire .HeadingTableQuestion
{
	border-bottom:1px solid black;
}
.Questionnaire .MultipleColumnsPointsQuestion table tr td label
{
	display:none;	
}

.Questionnaire .MultipleColumnsPointsQuestion table, .Questionnaire .HeadingTableQuestion table
{
	border-collapse:collapse;
}

.Questionnaire .MultipleColumnsPointsQuestion table tr td, .Questionnaire .HeadingTableQuestion table tr td
{
	width:46px;
	_width:45px;
	text-align:center;
	border-left:1px solid black;
	padding-top:5px;
	padding-bottom:5px;


}
.Questionnaire .MultipleColumnsPointsQuestion table tr td input
{
	float:none;
}