.stickytooltip{box-shadow: 5px 5px 1px #333; /*shadow for CSS3 capable browsers.*/-webkit-box-shadow: 5px 5px 8px #444444;-moz-box-shadow: 5px 5px 8px #444444;display:none;position:absolute;display:none;border:1px solid black; /*Border around tooltip*/background:white;z-index:3000;font-size: 12px;font-family: Arial, helvetica, sans-serif; }.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/background:black;color:white;padding-top:2px;padding-bottom:2px;padding-right:5px;text-align:right;font:bold 11px Arial;}