.mappopuptext {
	z-index:1;
	display: block;
	font-size: 11px;
	visibility: hidden;
	color: #000000;
	font-family: Arial,Verdana, Geneva, sans-serif;
	position: absolute;
	overflow-y: auto;
	background-color: white;
	border-style: solid;
	border-width: thin thin thin thin;
	width: 250px;
	padding: 2px;

	}
.mappopuptext table td{
padding: 2px;
font-size: 12px;
}


