form {
	float: left;
	width: 500px;
	font-size: 1.3em;
	color: #1D2D51;
	clear: both;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
fieldset {
	background-color: #EBECE0;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #1D2D51;
}
input#firmSearch {
	margin-top: 5px;
	margin-bottom: 5px;
}
legend {
	font-size: 1.3em;
	color: #1D2D51;
	top: -1.3em;
}
label {
	display: block;
	margin-bottom: 0.5em;
}
br {
	clear: both;
}
div.formRow {
	clear: both;
	width: 600px;
}
div.labels {
	text-align: right;
	float: left;
	width: 225px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.fields {
	text-align: left;
	float: right;
	width: 350px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.asterisk {
	color: #660000;
}
legend .asterisk {
	font-size: .7em;
	color: #660000;
	font-style: italic;
}
h2.newSearch {
	clear: both;
	padding-top: 1em;
}
form#activity {
	margin-bottom: 20px;
	margin-top: 0px;
}
ul.letter {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-top: .5em;
}
.letter li {
	float: left;
	margin-left: 1.5em;
}
p.letter {
	margin-bottom: .2px;
}
p.letter   +p.letter {
	margin-top: 0.5em;
}
div.divider {
	clear: both;
	height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D2F22;
	margin-bottom: 2em;
}

