
#mapdiv { position: absolute;
	top: 50px; left:50px;
	width:600px; height:400px;
	overflow: hidden;
}

#search { position: absolute;
        top:460px; left:150px;
}

#legend { background-color:#fff;
	width:250px;
	height:28px;
	border:1px solid #000;
	font-family:Verdana;
	display: none;
}

#traffic_outer {
	border: 1px solid #000;
	font: small Arial;
	font-size: 12px;
}

#traffic_inner {
	text-align:center;
	font-size:12px;
	background-color: #fff;
	border: 1px solid #fff;
	border-bottom-color: #b0b0b0;
	cursor: pointer;
}

#traffic_inner.highlight {
	font-weight: bold;
	border: 1px solid #483D8B;
	border-bottom-color: #6495ed;
	border-right-color: #fff;
}

#key { background-color: #fff;
	text-align: center;
	cursor: pointer;
	padding-top: 1px;
	border-left: 1px solid #b2b2b2;
	border-bottom: 1px solid #b0b0b0;
}

#key.highlight {
	font-weight: bold;
}
