	v\:* {
		behavior:url(#default#VML);
	}
	div#map{
	height: 480px;
	width: 480px;
	margin-bottom: 10px;
	float: left;
	}
	
	div.marker_data_html {
		width: 280px;
		margin-top:8px;
	}
	div.marker_data_html div.subject{
		text-align:center;
		padding:4px;
		font-weight:bold;
		font-family:sans-serif;
		border:outset 2px gray;
		margin-bottom:8px;
	}
	div.marker_data_html div.description{
		width: 256px;
		height: 64px;
		overflow: auto;
		border-top: 1px dashed black;
		margin-top: 8px;
		padding:    4px;
	}
	
	#maplist {
	width: 650px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}

