﻿ol.steps
{
	height: 60px;
}
ol.steps li
{
	height: 60px;
	width: 192px;
	float: left;
	background-image: url(/img/step-inactive.png);
	color: Black;
	vertical-align: middle;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}
ol.steps li  
{
	color:Gray;
}

ol.steps li.active
{
	background-image: url(/img/step-active.png);
	color:Black;
}

ol.steps li.last
{
	width: 160px;
}

ol.steps li .number
{
	color: White;
	font-weight: bold; /* 	display:table-cell; 	width:20px; 	margin-top:19px; 	margin-left:16px; */
	padding-left: 16px;
	display: table-cell;
	vertical-align: middle; 
	*display:block;
	*position:absolute;
	*text-align:left;
	*left:0px;
	*width:110px;
	*top:expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
ol.steps li .label
{
	font-weight: normal;
}

ol.steps li
{
	display: table; *display:block;
	*position:relative;
	text-align:left;
}

ol.steps li .label
{
	margin-left: 40px;
	display: table-cell;
	vertical-align: middle;
	width: 110px; 
	*display:block;
	*position:absolute;
	*text-align:left;
	*left:0px;
	*width:110px;	
	padding-right:40px;
	*top:expression(this.parentElement.clientHeight / 2 - this.clientHeight / 2);
}
ol.steps li.last .label 
{
	padding-right:8px;
}
