.googleMaps {
	width: 960px;
	overflow: hidden;
	font: 9pt "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.googleMaps #formMaps {
	position: relative;
	width: 930px;
	height: 30px;
	padding: 15px;
	background: rgb(255,198,0) url(/images/bgformMaps.png);
	color: black;
	text-shadow: rgba(255,254,255,0.5) 0 1px 0;
	clear: both;
	overflow: hidden;
}

.googleMaps #formMaps form {
	padding: 0;
	margin: 0;
}

.googleMaps #formMaps form input {
	width: 270px;
	border: 1px solid black;
	height: 22px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius:

5px;
	/* background: #E49F13; */ margin: 0;
	padding: 6px 8px 0 8px;
}

.googleMaps #formMaps form select {
	width: 190px;
	margin-top: 4px;
}

.googleMaps #formMaps form span {
	display: inline-block;
	float: left;
	padding: 8px 10px 0 0;
	height: 22px;
	font: 10pt Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.googleMaps #formMaps #fromMaps,
.googleMaps #formMaps #toMaps {
	width: 360px;
	height: 30px;
	float: left;
}

.googleMaps #formMaps #mapsSubmit {
	position: absolute;
	top: 10px;
	right: 15px;
}

.googleMaps #formMaps #mapsSubmit input.submit {
	height: 40px;
	margin-right: 15px;
	width: 107px;
}

.googleMaps #mapsLeft,
.googleMaps #mapsRight {
	border: 1px solid black;
	background-color: rgba(0,0,0,0.4);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
	-webkit-box-shadow: rgba(000,000,000,0.5) 0 1px 3px;
}

.googleMaps #mapsLeft {
	width: 318px;
	padding: 10px 15px 15px 15px;
	margin: 0 15px 0 0;
	float: left;
	overflow: hidden;
}

.googleMaps #mapsLeft #directions {
	width: 318px;
	padding: 0 !important;
}

.googleMaps #mapsRight #staticList {
	width: 533px;
}

.googleMaps #mapsRight #staticList h3 {
	font-size: 12pt;
	margin: 0 0 6px 0;
	padding: 0;
	color: rgb(180,180,180)
}

.googleMaps #mapsRight #staticList .staticVersion {
	width: 533px;
	margin: 0 0 2px 0;
	overflow: hidden;
}

.googleMaps #mapsRight {
	width: 533px;
	padding: 15px;
	float: left;
}

.googleMaps #mapsRight #map_canvas {
	width: 533px;
	height: 400px;
	margin: 0 0 30px 0;
}

.googleMaps #mapsLeft div {
	padding: 0 !important;
	margin: 0 !important;
}

.googleMaps #mapsLeft #directions table {
	border: none !important;
	background: none !important;
	color: white !important;
}

.googleMaps #mapsLeft #directions table td {
	border-top-color: rgb(100,100,100) !important;
	padding: 8px 0 8px 6px !important;
}

.googleMaps #mapsLeft #directions table a {
	color: #e9c82f !important;
}

.googleMaps .google_note {
	font-size: 80% !important;
	color: #e9c82f !important;
}
