#map {
	font-size: 13px;
}

#map h4 {
	margin: 3px;
}

#map p {
	margin: 3px;
}

#map_canvas {
	margin-top: 2px;
	border: solid 1px #dcdcdc;
}

#map .details {
	text-align: right;
	border-bottom: solid 1px blue;
}

#map .details a {
	padding: 0px 2px 0px 2px;
	border: double 3px rgb(51,153,255);
	color: blue;
	text-decoration: none;
}

#map .details a:hover  {
	border: double 3px rgb(255,153,0);
	color: rgb(255,102,0);
}