/* PROGRESS BAR */
.progressBarSuccess2 {
	float: left;
	width: 175px;
	height: 25px;
	background: url('../gfx/progressBarSuccess.jpg') 0 0 no-repeat;
	color: white;
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
}


.progressBarSuccess2:hover{
	float: left;
	width: 175px;
	height: 25px;
	background: url('../gfx/progressBarAction.jpg') 0 0 no-repeat;
}

.progressBarSuccess2 a{
	text-align: center;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 10pt;
	color: white;
}


#progressBarPanel {
	margin: auto;
	width: 960px;
	height: 25px;
	background-color: black;
}
#progressBarLeft {
	float: left;
	width: 23px;
	height: 25px;
	background: url('../gfx/progressBarLeft.jpg') 0 0 no-repeat;
}
#progressBarRight {
	float: left;
	width: 23px;
	height: 25px;
	background: url('../gfx/progressBarRight.jpg') 0 0 no-repeat;
}
.progressBarAction {
	float: left;
	width: 175px;
	height: 25px;
	background: url('../gfx/progressBarAction.jpg') 0 0 no-repeat;
}
.progressBarSuccess {
	float: left;
	width: 175px;
	height: 25px;
	background: url('../gfx/progressBarSuccess.jpg') 0 0 no-repeat;
}
