@charset "utf-8";
/* CSS Document */
#contents-main ul {
	margin:6px 0 6px 20px;
}
#assess-scores {
	width:400px;
	margin: 25px auto;
}
#assess-scores .result {
	position:relative;
	margin-bottom:13px;
	border:none;
}
#assess-scores .blank-bar {
	width:400px;
	height:30px;
	background:#EFEFEF;
	border:1px solid #CCCCCC;
}
#assess-scores .color-bar {
	position:absolute;
	background-image:url(/images/assess-colorbar.png);
	background-repeat:no-repeat;
	width:400px;
	height:30px;
}
#assess-scores .label {
	position:absolute;
	text-align:center;
	width:400px;
	height:30px;
	font-size:13px;
	font-weight:bold;
	padding-top:6px;
	color:#333;
}
#assess-scores .scale {
	background-image:url(/images/assess-scores.png);
	background-repeat:no-repeat;
	width:402px;
	height:20px;
}
div.slider {
	position: relative;
	z-index: 0;
	display: block;
	float:left;
	width: 370px;
	height: 23px;
	background-image: url('/images/assess-track.png');
	background-repeat: repeat-x;
	margin: 0 12px;
}
div.slider div.handle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	position: absolute;
	z-index: 1;
	display: block;
	width: 27px;
	height: 27px;
	color: #ffffff;
	line-height: 27px;
	text-align: center;
	background-image: url('/images/assess-knob-gray.png');
	background-repeat: no-repeat;
	cursor: pointer;
}
div.slider div.disabled {
	background: #898989;
}
span.slider-label {
	float:left;
	padding-top:4px;
	font-size:12px;
}

