.balloonstyle{
position:absolute;
left: 20px;
visibility: hidden;
border:double #444;
font:Arial;
z-index: 300;
background-color:#FFF;
width: 220px;
/*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 #nen{
	height:25px;
	text-align:center;
	padding:5px 4px 0px 4px
}
#arrowhead{
z-index: 300;
position:absolute;
left: 20px;
visibility: hidden;
}


