#latlong {
	border-width: 0px 0px 0px 0px;
}

td.left {
	width: 70px;
}


div.infoBubble span.title {
	font-family: arial,serif;
	font-size: 12px;
	font-weight: bold;
}

div.infoBubble span.body {
	font-family: arial,serif;
	font-size: 12px;
}


#map {
	position: absolute;
	top: 0; 
	left: 0;
	width: 80%; 
	height: 100%;
	display: block;
	z-index: 0;
}

#rightbar {
	float: right;
	width: 19%;
	height: 100%;
	font-family: 'courier new',serif;
	font-size: 12px;
	display: block;
	overflow: hidden;
}

div.options {
	float: right;
	position: relative;  /* need this here so z-index works in IE */
	display: none;
	border-style: dotted;
	border-color: #000000;
	margin: 10px;
	padding: 10px;
	height: 90%;
	overflow: auto;
	z-index: 300;
	background-color: #A0A1B6;
}

#helpbox {
	width: 70%;
	z-index: 300;
}

#prefs {
	width: 350px;
}

body,html {
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	background-color: #A0A1B6;
	height: 100%;
	z-index: -50;
}

.countyNames {
	background-color: #FFFFCC;
	color: #000000;
	padding: 2px;
	text-align: center;	
}

#loading {
	position:absolute;
	left: 45%;
	top: 40%;
	border:1px solid #6593cf;
	padding: 2px;
	background: #c3daf9;
	width: 150px;
	text-align: center;
	z-index: 20001;
}

#loading .loading-indicator {
	border: 1px solid #a3bad9;
	/* border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #a3bad9;
	border-right-color: #a3bad9;
	border-bottom-color: #a3bad9;
	border-left-color: #a3bad9; */
	background-color: white;
	background-image: url(block-bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0% 0%;
	color: #003366;
	font-family: arial,helvetica,serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
}

#addrLookup {
	width: 95%;
}
#addrSubmitBtn {
	
}