.StepBar 
{ 
	white-space: normal; 
	margin-top: 0px;
	margin: 0 auto;
	margin-bottom: 6px;
	width: 600px;
	height: 55px;

	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 8pt;
}
/* Tan Hack for IE 5/6*/
* html div.StepBar
{
	width: 600px;	/* for IE5 and IE6 in quirks mode */
	text-align: center;
}

.StepBar-FinishedStep
{ 
	display: block;
	width: 80px;
	height: 40px;
	padding: 3px; 

	float: left;

	background: #C56C56;
	color: #ffffcc; 
	font-weight: bold; 
	border: solid 1px #990000; 
	white-space: normal;
	text-align: center;
}
* html .StepBar-FinishedStep
{
	width: 86px;
	height: 46px;
}

.StepBar-ActiveStep
{ 
	display: block;
	width: 80px;
	height: 40px;
	padding: 3px; 

	float: left;

	background: #990000;
	color: #ffffcc; 
	font-weight: bold; 
	border: solid 1px #000000; 
	white-space: normal;
	text-align: center;
}
* html .StepBar-ActiveStep
{
	width: 86px;
	height: 46px;
}

.StepBar-UnfinishedStep
{ 
	display: block;
	width: 80px;
	height: 40px;
	padding: 3px;
	float: left;

	color: #999999; 
	font-weight: bold; 
	border: solid 1px #999999; 
	white-space: normal;
	text-align: center;
}
* html .StepBar-UnfinishedStep
{
	width: 86px;
	height: 46px;
}

.StepBar-NextStepSeparator
{
	display: block;
	width: 20px;
	height: 40px;
	float: left;
	
	padding-top: 13px;
	padding-left: 3px;
}

.StepBar-FinishedStepSeparator
{
	display: block;
	width: 20px;
	height: 40px;
	float: left;

	padding-top: 13px;
	padding-left: 3px;
}

.StepBar-StepSeparator
{
	display: block;
	width: 20px;
	height: 40px;
	float: left;

	padding-top: 13px;
	padding-left: 3px;
}

.StepBar-End
{
	display: block;
	clear: both;
}