dl {
	margin: 0px; 
	padding: 0px; 
	position: absolute; 
}
dt {
	border: 1px solid green;
	cursor: default;
	background-color: #FFF;
}

#searchDiv1, #searchDiv2 {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 5;
	display: inline;
	white-space: nowrap;
}

.selectedSuggestion {
	background-color: #DDD;
}

/* For unknown reasons the state search autosuggestions div refuses to show up directly beneath the 
	search input, so this had to be done */

.stateSearch {
	top: -20px;
}