#info_ballon{
	position: fixed;
	z-index: 10000;
	top: 0;
	display: inline-block;
	left: 50%;
	width: 300px;
	margin-left: -150px;
}

#info_ballon .text-wrap{
	display: none;
	width: 100%;
	text-align: center;	
	background-color: #F5F6CE;
	min-width: 100px;
	padding: 2px 4px;
	margin-top: 4px;
	border: 1px solid #585858;
	border-radius: 4px;
	color: #585858;
	font-size: 15pt;
}

