
#topoMapContainer {
	position: fixed;
	width: 0;
	height: 0;
	top: 0;
	left: 0;
	overflow: hidden;
}

#topoMapContainer .bg {
	background-color: black;
	width: 100%;
	height: 100%;
}

#topoMap_canvas {
	width: 480px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	border: solid white 3px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#topoMapContainer .closeButton {
	position: absolute;
	z-index: 12;
}

#topoMapContainer .legend {
	position: absolute;
	display: inline;
	background-color: #FFFFFF;
	z-index: 13;
	padding: 2px 8px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

