.step
{
	font-family: Arial, Helvetica, sans-serif;	
}

.popup
{
	font-family: Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: white;
	border: 1px solid black;
	padding: 3px;
	background-color: #000000;
	color: white;
	position: absolute;
	right: 10px;
	bottom: 10px;
	left: 10px;
	opacity: 0.5;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
}

.more
{
	display: none;
	font-weight: normal;
	font-size: small;
	font-style: italic;
}

blockquote
{
	margin-left: 1em;
}

h3
{
	margin-left: 1em;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: larger;
}

.activestep
{
	font-weight: bold;
}

.activestep .more
{
	display: block;
}

ul li
{
	margin-bottom: 5px;
	display: block;
}

.more label
{
	font-weight: bold;
	font-style: normal;
}

.more p
{	
	font-style: normal;
}