div.employer {
	margin-top: 1em;
	margin-bottom:  1em;
	width: 90%;
	padding:  5px;

	border:  1px solid #999;
	background-color: #efefef;
}
span.employer_name {
	float:  left;
	display: block;
	font-weight: bold;


}
span.hire-dates {
	text-align: right;

	display:  block;

}
span.employer_address {
	display:  block;
}
span.position {
	float:  right;
	text-align:  right;
}
ul.resume-form li {
	list-style-type: none;
	margin-top:  4px;
	clear:  left;

}
ul.resume-form li label {
	padding-bottom:  8px;
}
.help {
	font-style: italic;
	color: #969696;
	list-style-position: outside;
}
ul.errorlist li {
	clear: left;
}
div#job-description ul li {
	list-style-type: disc;
	margin-left:  1.5em;
	margin-bottom: .75em;
}