.steps {
	font-weight:bold;
	font-size:0.9em;
	margin: 0 0 1em 0;
	padding: 0;
}

.steps li {
	display: inline;
}

.steps li span {
	padding: 2px 10px 2px 18px;
	color: #666;
	background-position: center left;
	background-repeat: no-repeat;
}

.oneactive, .twoactive, .threeactive, .fouractive {
	color: #000 !important;
	text-decoration: underline;
}

.one {
	background-image: url("../images/greydot_1.png");
}

.two {
	background-image: url("../images/greydot_2.png");
}

.three {
	background-image: url("../images/greydot_3.png");
}

.four {
	background-image: url("../images/greydot_4.png");
}

.oneactive {
	background-image: url("../images/bluedot_1.png");
}

.twoactive {
	background-image: url("../images/bluedot_2.png");
}

.threeactive {
	background-image: url("../images/bluedot_3.png");
}

.fouractive {
	background-image: url("../images/bluedot_4.png");
}