#mapQuickSearchResults {
	position: relative;
	height: 250px;
	margin-bottom: -250px;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #4c5d68;
	width: 527px;
	left: 0;
	top: 0px;
	z-index: 99;
	background-color: #FFFFFF;
	display: none;
	color: #0094CD;
}
.closeWindow {
	float: right;
	height: 11px;
	width: 11px;
	margin: 5px;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	background-color: #ddd;
	border: 1px solid #aaa;
	line-height: 7px;
	text-align: center;
	color: #333333;
}
#mapQuickSearchResults h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	padding: 0px;
}
#mapQuickSearchResults p {
	margin: 5px;
	padding: 0px;
}

#mapQuickSearchResults .scroll {
	height: 200px;
	margin: 0px 4px 0px 0px;
	overflow: auto;
}

#mapQuickSearchResults a {
	display: block;
	margin: 2px 5px;
	padding: 3px;
	background-position: left center;
	background-repeat: no-repeat;
}
#mapQuickSearchResults a:link, #mapQuickSearchResults a:visited {
	background-color: #EEF3F7;
	color: #333333;
}
#mapQuickSearchResults a:hover, #mapQuickSearchResults a:active {
	background-color: #BADABB;
	color: #333333;
}
#mapNavigation {
	background-color: #4c5d68;
	margin-bottom: 8px;
	padding: 1px;
	border: 0px solid #4D9DD0;
	width: 540px;
}
#mapNavigation table {
	border: 1px solid #fff;
}
#mapNavigation td {
	color: #FFFFFF;
	font-size: 0.8em;
}
#mapNavigation input, #mapNavigation select {
	font-size: 12px;
}
#mapNavigation #searchLocGO,#mapNavigation #searchBusGO{
	margin-bottom: -3px;
	width: 24px;
}
