#ProgressBar #Headline {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 5px;
}
#ProgressBar #MainContainer {
	position: relative;
	top: 10px;
	height: 50px;
	margin-bottom: 25px;
}
#ProgressBar #BackgroundContainer {
	position: relative;
	width: 100%;
}

#ProgressBar #BackgroundContainerLeftEnd {
	position: absolute;
	float: left;
}
#ProgressBar #BackgroundContainerCenter {
	position: absolute;
	left: 0;
	top: 0;
	height: 17px;
	width: 100%;
}
#ProgressBar #BackgroundContainerCenterImage {
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	height: 17px;
}
#ProgressBar #BackgroundContainerRightEnd {
	position: absolute;
	right: 0;
	top: 0;
	float: right;
}
#ProgressBar #TubeLeftEnd {
	position: absolute;
	left: 25px;
	top: 4px;
}
#ProgressBar #TubeRightEnd {
	position: absolute;
	right: 25px;
	top: 4px;
	z-index: 0;
}
#ProgressBar .Steps {
	position: relative;
	height: 39px;
	font-size: 9px;
	float: left;
	top: -11px;
	margin-left: -1px;
}
#ProgressBar #StepsContainer1 {
	text-align: right;
	margin-left: 92px;
	margin-right: 40px;
	height: 10px;
}
#ProgressBar #StepsContainer2 {
	width: 100%;
	height: 10px;
}
#ProgressBar .TubeContainer {
	position: relative;
	padding-right: 47px;
}
#ProgressBar .Tube {
	position: relative;
	top: 16px;
	left: 0;
	width: 100%;
	height: 7px;
	background: #FFFFFF none repeat scroll 0%;
}
* html #ProgressBar .Tube {
	top: 13px;
}
#ProgressBar .SingleStepContainer {
	position: absolute;
	top: 0;
	width: 47px;
	height: 30px;
	right: 0;
	text-align: center;
}
#ProgressBar #FirstStep .SingleStepContainer {
	left: 45px;
	width: 47px;
	position: absolute;
}
#ProgressBar .StepIcon {
	position: absolute;
	right: 0;
}
* html #ProgressBar .StepIcon {
	right: -1px;
}
#ProgressBar #FirstStep .StepIcon {
	top: 0;
	left: 0;
}
#ProgressBar .StepText {
	top: 40px;
	position: absolute;
	width: 200px;
	right: -77px;
}
