/* terms */
div.application_terms {
	margin-bottom: 1em;
}
div.application_terms p {
	margin: 15px;
	line-height: 1.4em;
}
div.application_terms span {
	font-weight: bold;
	font-size: 1.5em;
}
div.application_terms ul, div.application_terms ol {
	display: block;
	border-top: thin solid #999;
	border-left: thin solid #999;
	border-right: thin solid #999;
	min-width: 40em;
	padding-left: 0;
}
div.application_terms ol {
	list-style-type: decimal;
	list-style-position: inside;
}
div.application_terms ul {
	list-style-type: none;
}
div.application_terms li {
	border-bottom: thin solid #999;
	min-height: 3em;
	padding: 0.1em;
	color: #333;
}
div.application_terms li.even {
	background-color: #fff;
}
div.application_terms li.odd {
	background-color: #ddd;
}
/* wizard */
.forms_wizard_step table.step_container {
	width: 100%;
}
.forms_wizard a {
	color: #31659c;
}
