
div#map
{
	border: 1px solid #c1c1c1;
	width:100%;
	height:450px;
	background-color: #7391AD;
}

#map_legend
{
	background-color: #FFFFFF;
	border: 1px solid #c1c1c1;
	width: 100%;
	height: 20px;
	float: left;	
}

#mapAcknowledgement
{
	clear: both;
	text-align: bottom;
	bottom: 0px;
	padding-top: 10px;
}

div.olControlAttribution {
	color: #FFFFFF;
	background-color: #000000;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 28px;
    font-family: Arial;
    font-size: 8pt;
}

div.olControlMousePosition {
	color: #ffffff;
    font-size: 8pt;
}

div.olControlScale {
	color: #ffffff;
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
}
