body {
	background-color: #F1EDC2;
	padding: 1em;
	margin: 0;
}

#instructions {
    background-color: #cfc;
	border: 1px solid black;
	padding: 0.5em 1em;
}

.subcomment {
	font-style: italic;
}

label.multiselect {
	width: 10em;
	float: left;
}

br.multiselect {
	clear: both;
}

fieldset {
	padding: 0.5em;
	margin-bottom: 1em;
}

fieldset, fieldset legend {
	border: 2px groove #ece9d8;
}

fieldset legend {
	font-weight: bold;
	padding: 0 0.25em;
}

fieldset.category, fieldset.category legend {
    background-color: #cfc;
}

fieldset.item, fieldset.item legend {
    background-color: #cff;
}

#fs_street-address fieldset {
	display: inline;
}

#fs_street-address fieldset legend {
	font-weight: normal;
}

.back-to-top a, .back-to-search a {
    background-color: #cff;
	border: 2px groove #ece9d8;
	text-decoration: none;
	padding: 0.25em;
}

.back-to-top a:hover, .back-to-search a:hover {
	text-decoration: underline;
}

.back-to-top a img, .back-to-search a img {
	border: none;
}

.back-to-search a {
	background-color: #cfc;
}

.search-type-button {
    background-color: #cff;
	border: 2px groove #ece9d8;
	padding: 0.25em;
	margin: 0.25em;
	width: 14em;
	text-align: center;
}

.search-type-button a {
	text-decoration: none;
	color: black;
}

table.searchparams {
    width: 100%;
}

table.searchparams td {
    padding: 0.5em;
}

tr.even {
    background-color: #ddf;
}

tr.odd {
    background-color: #eef;
}
td.description {
    width: 20%;
    text-align: right;
}

td.description a {
    font-size: smaller;
}