/* MAP SEARCH FORM
--------------------------*/
table.mapSearchFormGroup {
	border:1px solid #000;
	background-image:url('../img/searchForm/basicsBack.jpg');
	background-repeat:repeat-x;
	background-color:#F0F0F0;
	width:775px;
	margin:0 0 5px 0px;
}

div.mapSearch_topToolbar {
	background-color:#666666;
	padding:2px 2px 2px 5px;
	border:1px solid #000;
	width:751px;
	color:#FFF;
	font-size:13px;
	font-weight:bold;
}
div.mapSearch_topToolbar a {
	color:#FFF;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
}
div.mapSearch_PropFound {
	float:right;
	padding-right:10px;
}
	#MapTotalResult {
		font-size:11px;
	}
div.mapSearch_mapHolder {
/*	background-color:#F6F1E6;*/
	text-align:center;
/*	width:683px;*/
/* Comment out for IE 8 Fix 6/4/2009
	width:569px;*/
	margin-left:15px;
}
div.divMap1 {
/*	width:683px;
	height:325px;*/
	width:569px;
	height:500px;
	position:relative;
}
div#div_tooltip{
	font-size:12px;
	
/*	Comment out for IE 7 fix 6/4/2009
	background-color:#FFFFCC;*/
	z-index:1000;
	text-align:left;
	position:relative;
}
div#div_my_map_info{
	font-size:12px;
	width:100%
}
table.saveAreaTitle{ font-size:12px; }