.balloonstyle
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	z-index: 100;
	visibility: hidden;
	font: 12px/18px Verdana;
	width: 200px;
	position: absolute;
	left: -500px;
	top: -500px;
	background-color: lightyellow;
}
#arrowhead
{
	z-index: 99;
	left: 0px;
	visibility: hidden;
	position: absolute;
	top: -500px;
}
