div#mapsearch_filter_bar {
	position: relative;
	width: 100%;
}

div#mapsearch_filter_bar div.filter-community {
	float: left;
	width:160px;
	padding-right:10px;
}
div#mapsearch_filter_bar div.filter-community-state {
	width:122px;
}
div#mapsearch_filter_bar div.filter-community-type {
	width:225px;
}
div.filter-communities-maps-submit input.communities_submit{
	background: url("../images/button-small.png") no-repeat scroll left bottom transparent;
    border: medium none;
    color: #FFF31F;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 27px;
  
    text-align: left;
    text-transform: uppercase;
    width: 99px;
 	padding: 0 0 5px 4px;
}

#map_canvas {
	width: 300px;
    height: 195px;
	border: 2px solid #dfdfdf;
}

div.maps-search-line {
	border-top: 1px solid #8BB8E5;
    display: inline-block;
    width: 634px;
	margin-top:28px;
}


#map_overlay {
	height: 405px;
	width: 632px;
	position: relative;
}

#map_canvas, #map_loading {
	width: 100%;
	height: 405px;
	border: 2px solid #dfdfdf;
	position: absolute;
	
}

#map_canvas {
	z-index: 9998;
}


#map_loading {
	z-index: 9999;
	background: #fff;
}

#map_loading{
	text-align: center;
}

div.filter-select {
	display: inline-block;
    width: 100%;	
}

div.filter-communities-maps-submit {
	display:inline-block;
	margin-top:20px;
	height:27px;
}

