#map_canvas {
	width: 298px; 
	height: 298px;
	border: 1px dashed #2D67B2;
	border-top: none;
}

#map {
	margin-bottom: 15px;
}

#map .header{
	background: url(../img/map_header.png) top left no-repeat;
}

#map #map_corners{
	height: 5px;
	width: 300px;
	background: url(../img/map_bottom_corners.gif) bottom left no-repeat;
	position: relative;
	top: -5px;
	_position: absolute;
	_margin-top: -5px;
}

