.bubbleInfo { position: relative; }
.popup { position: absolute; display: none; z-index: 999; }
.popup-contents {
	width: 200px;
	font-size: 11px;
	color: #000;
	padding: 10px;
	border: 1px solid rgba(255,255,255,0.25);
	background: #fff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}
