.button-arrow
{
	float: right;
}
.step-on-left {
	height: 20px;
	width: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
  background: url(/images/bleaustone/steps_left_on.gif) no-repeat;
}
.step-on-middle {
	height: 20px;
	width: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
  background: url(/images/bleaustone/steps_middle_on.gif) no-repeat;
}
.step-on-right {
	height: 20px;
	width: 100px;
	text-align: center;
	color: white;
	font-weight: bold;
  background: url(/images/bleaustone/steps_right_on.gif) no-repeat;
}
.step-middle {
	height: 20px;
	width: 100px;
	text-align: center;
}
.step-right {
	height: 20px;
	width: 100px;
	text-align: center;
}