.stickytooltip{
display: none;
position: absolute;
display: none;
border: 0px solid black; /*Border around tooltip*/
background:white;
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-family: tahoma;
font-size: 11px;
text-align: left;
}

h2 {
  padding: 0px;
  margin: 0px;
  font-family: trebuchet ms;
  font-size: 16px;
  font-style: italic;
  line-height: 15px;}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:0px;
text-align:center;
font:bold 0px Arial;
}