#citymap{
	background-image:url('../../images/cipmap.gif');
	width:499px;
	background-repeat:no-repeat;
	height:464px;
	position:relative;
	display:block;
}

	#legend{
		position:absolute;
		top:0px;
		right:0px;
	}
	
	#legend table span{
		display:block;
		width:10px;
		height:10px;
		background-image:url('../../images/drag.gif');
		font-size:0px;
	}
	
	#legend table td{
		font-size:12px;
	}

#citymap a{
	position:absolute;
	background-image:url('../../images/drag.gif');
	background-color:orange;
	display:block;
	width:10px;
	height:10px;
	line-height:1px;
	font-size:1px;
}

.popup{
	width: 200px;
	color:#000;
	text-decoration:none;
	text-align:center;
	background-color:#bacab5;
}

	.popup p{
		font-size:12px;
		color:#333333;
	}
	
.popupinformation{
	width:180px;
	padding:10px;
	float:left;
}

.image{
	width:130px;
	padding:20px;
}






