/* CSS Document */

.balloonstyle{
position:absolute;
top: -1000px;
left:0px;
padding: 5px;
visibility: hidden;
border:1px solid #4F2248;
font:normal 12px Verdana;
line-height: 18px;
z-index: 1000;
background-color: white;
width: 300px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=120,Strength=3);
}

#arrowhead{
z-index: 999;
position:absolute;
top: -1000px;
left: 0px;
visibility: hidden;
}



