#progress_map {
	background: #ccc;
	margin-bottom: 20px;
}

#progress_map .inactive,
#progress_map .active,
#progress_map .previous
 {
	float: left;
	padding: 5px 25px 5px 10px;
	margin: 0;
	color: #333 !important;
	text-align: left;
	min-height: 60px;
	max-width: 300px;
}
#progress_map .active {
	background: url('../images/pm_active.png') center right no-repeat #5184D2;
	color: #fff !important;
}
#progress_map .active p a {
	color: #fff !important;
	text-decoration: underline;
}
#progress_map .previous {
	background: url('../images/pm_previous.png') center right no-repeat #ccc;
}
#progress_map .inactive {
	background: url('../images/pm_inactive.png') center right no-repeat #ccc;
}

#progress_map h3 {
	font-size: 110%;
	margin: 0;
	padding: 0;
}

#progress_map p {
	padding: 0;
	margin: 0 0 0 15px;
	font-weight: normal;
}