#contents {
	background: white;
	border-right: 1px solid #ccc;
	box-shadow: 1px 0 0  #eee;
}

#contents h1 {
	width: auto;
	margin-right: 200px;
}

#contents #steps {
	position: absolute;
	top: 0;
	right: 1px;
	width: 210px;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: white;
	z-index: 99;
	margin: 0;
	padding: 0 10px;
}

#steps h4 {
	font-size: 10pt;
	color: #0085a9;
	margin: 0 0 5px 0;
}

#steps p {
	font-family: Arial, Sans-Serif;
	margin: 0 0 0 5px;
	font-size: 8pt;
}

#steps p.current {
	color: #f87;
}
