/* CSS Document */



					

	#mapHolder {position: relative; width: 100%; max-width: 1020px; margin: 0 auto;    }
		#map {      background-color: #e5e3df;      height: 520px;    z-index: 20;
				border: 1px solid #CCCCCC;   font-size: small !important; color: #220000  !important; }
			#map a {font-weight: bold !important; color: #990000; text-transform: uppercase !important; font-size: 11px !important;  }
		.loading {      color: gray;      font-size: medium;      padding: 1em;    }
		

	#info  {position:relative; top:10px; left:0px;  z-index: 50; width: 100%; padding: 5px 0;  }

		#info h1 {font-size: 16px; float: left; margin: 0 15px 0 0;  }
		#coords {position: absolute; top: 0; right: 0; width: 348px;  }
	
		#centerPoint, #myZoom {font-size: 11px; font-family: "Trebuchet MS", verdana, arial; color: #35652E;  }

	.btn {background: #fff; position: absolute; top:0; left:-2%; height: 100%; width: 30px; }

    v\:* {
      behavior:url(#default#VML);
    }

	#info .formfield {border: 1px solid #000; background-color: #222; color: #777; width: 220px;	padding: 2px 2px; font-size: 14px; }
		#info .formfield:focus {background-color: #555; color: #ddd; }
	#info .formtext {	padding: 1px;}
	#info .formbutton {border: 1px solid #000; background-color:#ccc; color: #000; padding: 2px 5px;}
