
.balloonstyle {
  position: absolute;
  top: -500px;
  left: 0;
  visibility: hidden;
  line-height: 18px;
  z-index: 100;
  background-color: white;
  width: 230px;
  /*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);
  font-family: Verdana;
  font-size: 12px;
  font-style: normal;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  border-top: 1px black solid;
  border-right: 1px black solid;
  border-bottom: 1px black solid;
  border-left: 1px black solid;
}

#arrowhead {
  z-index: 99;
  position: absolute;
  top: -500px;
  left: 0;
  visibility: hidden;
}
