.balloonstyle{
position: fixed;
top: 0px;
left: 30px;
padding: 10px;
visibility: hidden;
border: 1px solid #474747;
font:normal 12px Tahoma;
line-height: 17px;
z-index: 10;
background-color: #292929;
width: 400px;
margin-left: 45px;

/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,Strength=5);

}

#arrowhead{
z-index: 99;
position: fixed;
top: 0px;
left: 50px;
margin-left: 45px;
visibility: hidden;
}

