.stickytooltip{
  display: none;
  position: absolute;
  display: none;
  border: 0px solid black; /*Border around tooltip*/
  z-index:3000;
  background: url('../kepek/felugro.png') top center;
  width: 164px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -moz-box-shadow:0px 2px 3px #000000;
  -webkit-box-shadow:0px 2px 3px #000000;
  box-shadow:0px 2px 3px #000000;
  filter: progid:DXImageTransform.Microsoft.Shadow(strength=2, direction=180, color='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=2, Direction=180, Color='#000000')";
  font-size: 11px;
  text-align: justify;
  color: #007db1;
  font-family: trebuchet ms;
  text-shadow: 1px 1px 1px white;
  line-height: 12px;
}

h2 {
  padding-top: 5px;
  padding-bottom: 0px;
  margin: 0px;
  font-family: 'GrilledCheeseBTNToastedRg';
  font-size: 25px;
  font-style: regular;
  line-height: 15px;
  text-shadow: 1px 0px 1px #0e3d50;
  color: white;
}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
  background:black;
  color:white;
  padding-top:0px;
  text-align:center;
  font:bold 0px Arial;
}