.plot_wrap {
	text-align: center;
}

.plot_bubble {
	border-collapse: collapse;
	display: inline;
}

.plot_bubble a {
	color: black;
}

.plot_bubble .plot_bubble_top .in {
	/*height: 17px;*/
	background-image: url(../img/map_bubble_edge_top.gif);
	background-repeat: repeat-x;
}

.plot_bubble .in {
	background-color: white;
}

.plot_bubble .pad {
	background-color: white;
}

.plot_bubble .plot_bubble_inner .msg {
	margin: 0;
	padding: 2px;
	color: #848383;
	font-family: Arial;
	font-size: 10px;
	text-align: center;
	white-space: nowrap;
}

.plot_bubble .plot_bubble_inner .msg img {
	padding-left: 5px;
}

.plot_bubble .plot_bubble_bottom .in {
	/*height: 17px;*/
	background-image: url(../img/map_bubble_edge_bottom.gif);
	background-repeat: repeat-x;
}

.plot_bubble .bottom_point {
	text-align: center;
}

.plot_bubble .bottom_point img {
	position: relative;
	top: -1px;
}