.steps {
	width:90%;
	margin:0 auto 1em;
}
.steps td {
	width:25%;
	text-align:center;
	font-size:14px;
	color:#6799CC;
}
.steps td.selected {
	font-weight:bold;
}

.calendar {
	margin:0 auto;
	border-collapse:collapse;
}
.calendar td {
	border:1px solid #333;
	text-align:center;
}
.calendar tbody td {
	width:2em;
	height:2em;
}
.calendar tbody td.past {
	background:#FF9980;
	font-weight:bold;
	color:#FFF;
}
.calendar thead td {
	font-weight:bold;
	background:#EEE;
}