.gm_container {
	background: #FFECA8;
	filter:alpha(opacity=90);
	opacity:.90;
	padding:0;
	margin:0;
	height: 37px;
	width: 560px;
	border-bottom: 1px solid white;
	border-top: 1px solid silver;
}

.gm_zoomin, .gm_zoomout {
	/* pozycjonowanie absolutne jest niezbędne tylko ze względu na IE, który jak zwykle inaczej wyświetla */
	cursor: pointer;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 6px;
}

.gm_zoomin {
	background: url("/img/zoom_plus.png");
	left: 12px;
}

.gm_zoomout {
	background: url("/img/zoom_minus.png");
	left: 44px;
}

.gm_search {
	position: absolute;
	top: 8px;
	right: 160px;
	width: 224px;
	height: 15px;
	border: 1px solid silver;
	font-size: 12px;
	color: gray;
	padding: 3px 4px;
	background-color: white;
	-moz-user-select: normal !important;
}
.gm_button {
	position: absolute;
	background: url("/img/button_trasa.png");
	top: 8px;
	right: 8px;
	width: 144px;
	height: 22px;
	cursor: pointer;
	border: none;
	padding: 0;
	margin: 0;
}
.gm_info {
	border: 1px solid silver;
	background: white;
	filter:alpha(opacity=90);
	opacity:.90;
	position:absolute;
	top:45px !important;
	left:10px !important;
	padding: 3px 5px;
	margin:0;
	height: 27px;
	width: 100px;
}

#MapMessage ol {
	list-style-type: none;
}
