.balloonstyle{
position:fixed;
top: 208px;
left: 29px
padding: 5px;
visibility: hidden;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #7E94A8;
width: 300px;
color:white;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=100,Strength=5);
}

#arrowhead{
z-index: 99;
position:fixed;
top: 0px;
display: none;
}

