.hidden, .hidden * {
	display: none;
	/*visibility: hidden !important;
	height: 0px !important;
	width: 0px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;*/
}
#mapFrame {
	width: 850px;
	height: 575px;
	border: none;
	padding: 2px;
	/* border: 1px solid gainsboro; */
}
.ToolBar_SearchBox {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #696969;
	background-color: #ffffff;
	border-top: black 1px solid;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-left: black 1px solid;
}

.ToolBar_SearchLabel {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.ToolBar_SearchButton {
	font-family: Verdana;
	font-size: 9pt;
	font-weight: bold;
}

.ToolBar_Area {
	color: #000000;
	background-color: #e97017;
	width: 820px;
	height:45px;
	margin-left: 2px; 

}