﻿.question
{}
.question .hdrQue
{
	height:3px;
	background:#F5F5F5;
	border:1px solid #FFA500;
	border-radius:3px;
	background:#FFE0A7;
	margin-bottom:10px;
}
.question .num
{
	float:right;
	width:53px;
	height:26px;
	padding-right:7px;
	line-height:24px;
	border-radius:4px;
}
.question .numEbl
{
	background:url(Images/QuestionNu.png) no-repeat right;
}
.question .numDis
{
	background:LightGray;
}
.question .queLbl
{
	margin:7px;
	float:right;
}
.question .ansLbls
{
	padding:15px 53px 13px 0;
}
.question .subQue
{
	border-radius:8px;
	border:1px solid transparent;
	margin:3px;
}
.question .subQuePadd
{
	padding:7px 40px 22px 7px;
}
.question .cbQueActive div
{
	margin:4px -2px 6px 2px;
}
.question .chb2 label
{
	display:block;
}
.chb2 .on
{
	background:url("Images/OnOff.png");
	width:16px;
	height:16px;
}
.chb2 .off
{
	background:url("Images/OnOff.png") 0 -16px;
	width:16px;
	height:16px;
}
.chb2 .switchOn
{
	background:url("Images/Switch.png");
	width:20px;
	height:10px;
}
.chb2 .switchOff
{
	background:url("Images/Switch.png") 0 -10px;
	width:20px;
	height:10px;
}
.questionControl
{
	clear:both;
	min-width:267px;
}
.questionControl .answerItem
{
	width:520px;
	height:60px;
}
.questionControl .answerItem .text
{
	width:260px;
}
.questionControl .answerItem .parentSlider
{
	width:156px;
	float:left;
}
.questionControl .answerItem .slider
{
	width:100%;
}
.questionControl .ui-slider-range
{
	border-radius:4px;
}