.container-sliderQuestion {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
	border: collapse;
}

.container-sliderQuestion th.legend {
	font: normal normal .9em Verdana,sans-serif;
	color: #000;
}

.container-sliderQuestion th.legend-left {
	text-align: left;
}

.container-sliderQuestion th.legend-right {
	text-align: right;
}

.container-sliderQuestion td {
	vertical-align: top;
	line-height: 2em;
}

.container-sliderQuestion td.number {
	padding-right: .5em;
}

.container-sliderQuestion td.thesis {
	width: 400px;
	padding: 0 10px 1em 0;
}

.container-sliderQuestion td.options {
	padding-top: 7px;
}

.container-sliderQuestion td.options input {
	width: 24px;
	text-align: center;
}

.js-enabled .container-sliderQuestion .wrap {
	width: 250px;
	height: 10px;
	background: url(../images/backgrounds/slider-options.gif);
}

.js-enabled .container-sliderQuestion .filler {
	position: relative;
	float: left;
	height: 10px;
	background: url(../images/backgrounds/slider-options.gif) 0 -10px;
}

.js-enabled .container-sliderQuestion .track {
	position: absolute;
	width: 250px;
	height: 10px;
}

.js-enabled .container-sliderQuestion .handle {
	position: absolute;
	width: 19px;
	height: 10px;
	cursor: col-resize;
}