
.balloon-wrap{
	min-width:20px;
	max-width:300px;
	z-index:32767;
	/*text-align:bottom;*/
}

.balloon{
	padding:6px 12px;
	border:solid 1px #ccc;
	color:#456;
	background-color:#fff;
}

.balloon-bottom{
	margin-top:-1px;
}

.balloon-bottom p{
	background-image:url("/img/bg_map_label_bottom.png");
	background-repeat:no-repeat;
	background-position:center, bottom;
	height:7px;
}