.map_canvas_container {
}

.map_canvas_container input[type="button"] {
	position: relative;
	/* Hello adventurous styler. If you would like to position this, you will need to let me (Chris) know
	right now I have it attached to the top right area of the map when the map is drawn, so I will
	have to stop that in the script
	*/
}

#map_canvas {
	border: 5px solid;
	min-height: 500px;
	max-height: 700px;
	min-width: 99%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#map_canvas img {
	max-width: none;
}