#map_wrapper {
	position: relative;
	overflow: hidden;
	height: 0;
}

#map_canvas {
  height:100%;
}

#filter_bin {
	height: 0;
	background: #f3f3f3;
	border-top: 0;
	overflow: hidden; 
}

#filter_bin div.quick_links {
	float: left;
	padding: 20px;
	overflow: hidden;
	background: #ddd;
}

#filter_bin h2 {
	font-size: 1.0em;
	margin: 0 0 10px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	text-transform: none;
}

#filter_bin ul.quick_list {
	float: left;
	padding: 0 20px 10px 0;
	clear: both;
}

#filter_bin ul.quick_list li {
	padding: 4px 0;
	font-size: 0.8em;
	line-height: 16px;
	cursor: pointer;
}

#filter_bin form {
	margin-bottom: 5px;
}

#filter_bin div.advanced_search {
	float: left;
	padding: 20px 20px 0;
	overflow: hidden;
}

div.advanced_search table, div.advanced_search td {
	border-bottom: 0 !important;
}

div.advanced_search form {
	border-bottom: 0;
}

div.advanced_search {
	border-bottom: 0;
}

#filter_bin h3 {
	color: #454545;
	font-size: 1.0em;
	line-height: 1.4em;
}

#filter_bin td {
	font-size: 0.8em;
}

#filter_bin tr.vertical_top td {
	vertical-align: top;
}

#map_overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 220px;
	width: 960px;
	padding: 80px 0 0;
	text-align: center;
	background: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	z-index: 10000;
}

#map_overlay h3 {
	margin-bottom: 15px;
	color: #000;
}

label.fixed_width {
	float: left;
	width: 80px;
}