.stickytooltip{
/*box-shadow: 3px 3px 6px #818181;  
-webkit-box-shadow: 3px 3px 6px #818181;
-moz-box-shadow: 3px 3px 6px #818181; */

display:none;

position:absolute;

z-index:3000;

color: #000 ;
background-color:#fff;
	text-shadow: 0px 0px #000;
border:2px solid #fff; /*Border around tooltip*/
border-radius:5px;
-moz-border-radius:5px; /* Firefox 3.6 and earlier */
max-width: 450px;

overflow: hidden;

font-family: Verdana, Tahoma, "Trebuchet MS", Sans-Serif, Georgia, Courier, "Times New Roman", Serif;

font-size: 11px;

font-weight:bold;

text-align: left;
}
 
.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
 
background:#000000;
color:#a40000;
padding-top:1px;
text-align:center;
font:bold 11px Arial;
}
