.balloonstyle{
	position:fixed;
	top: 946px;
	left:163px;
	padding: 0px;
	visibility: hidden;
	border:1px solid red;
	font:normal 10px Verdana;
	color:#000000;
	line-height: 18px;
	z-index: 10;
	background-color: white;
	width: 700px;


/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

.balloonstyle p {text-align:left; color:#000000; padding:10px; margin:5px 5px 5px 5px;}

#arrowhead{
z-index: 99;
position:absolute;
top: 600px;
left:-600px;
visibility: hidden;
}

