#questions{
	width: 715px;
}

div#progressbar-area{
	float: right;
	width: 134px;
}

#progressbar{
	background-image: url(../diagnostics/img/progressbar-bg2.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	width: 134px;
	/*height: 124px;*/
	position: absolute;
	padding-bottom: 16px;
}

#progressbar p.summary{
	padding-bottom: 20px;
}

#progressbar p.progressbar-step{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

#progressbar span{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #128FD1;
	font-weight: 900;
	letter-spacing: 0.2em;
}

div.progressbarImage{
	height: 99px;
	width: 38px;
	display: block;
	/*background-color: #FF9900;*/
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

img#progressbarImage{

}

.line
{
        display: none;
        clear:   both;
}
.question
{
	width: 485px;
	float: left;
	color: #666666;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

.slider
{
	width: 160px;
	height: 37px;
	position: relative;
	left: 15px;
	z-index: 1;
	float: left;
	margin: 10px 0px 0px 0px;
	background-image: url(../diagnostics/img/slider.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.indicator
{
	width: 10px;
	height: 37px;
	position: absolute;
	overflow: hidden;
	border: none;
	position: relative;
	z-index: 2;
	background-image: url(../diagnostics/img/slider-bar.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	/*margin-top: 11px;*/
}

.pull{
	background-image: url(../diagnostics/img/slider-bar-on.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 37px;
}

.active{
	background-color: #F9ECF3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #EDC9D7;
	border-bottom-color: #EDC9D7;
	background-image: url(../diagnostics/img/active.gif);
	background-repeat: no-repeat;
	background-position: 5px 17px;
}

.answered{
	background-color: #FAFAFA;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	background-image: url(../diagnostics/img/answered.gif);
	background-repeat: no-repeat;
	background-position: 5px 17px;
}

.onslide{
	background-color: black;
}

input.error {
    background-color: pink;
}