
#dbaSearchContainer {
	width: 800px;
	float: left;
}


#fsDBASearchResults {
	float: left;
	clear: both;
	margin-top: 20px;
	width: 770px;
}


#dbaSearchResults {
	padding-right: 10px;
	padding-left: 1px;
	max-height: 250px;
	overflow: auto;
}


#dbaEditContainer {
	float: left;
	clear: both;
	margin-top: 30px;
	display: none;
}

