body {
	cursor: default;
	color: #000;
	background: #fff;
	font-family: Calibri, Tahoma, Verdana, sans;
	font-size: 1em;
	margin: 1em;
}

small {
	color: #888;
}

table {
	border-collapse: separate;
	border-spacing: 10px 5px;
	empty-cells: show;
}

.emphasize {
	color: #d00;
}

.pstep {
	background-color: #eee;
	color: #000;
	font-size: .9em;
	border-left: 1px solid #bbb;
	padding-left: 5px;
	padding-right: 5px;
}

.current {
	background-color: #dfd;
	color: #000;
	font-size: .9em;
	border-left: 1px solid #0b0;
	padding-left: 5px;
	padding-right: 5px;
}

.step {
	background-color: #eee;
	color: #777;
	font-size: .9em;
	border-left: 1px solid #bbb;
	padding-left: 5px;
	padding-right: 5px;
}

#steps {
	border-collapse: collapse;
	margin-bottom: 1em;
}