.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 30px 5px 5px 0px;
text-align: center;
visibility: hidden;
/*border:1px solid black;*/
font:normal 14px Georgia bold;
line-height: 18px;
z-index: 100;
/*background-color: white;*/
background-image: url(../images/transballoon3.gif);
width: 160px;
height: 134px;
min-height:134px;
filter: opacity:0.9;
filter:alpha(opacity=90)
/*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);*/
}

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


