.stickytooltip{
box-shadow: 0px 0px 16px #000000; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 0px 0px 16px #000000;
-moz-box-shadow: 0px 0px 16px #000000;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
display:none;
position:absolute;
display:none;
background:white;
z-index:3000;
padding:11px;
color:black;
width:602px;
font-size:12px;
overflow:visible;
background-image: url(design/mlo.gif),url(design/mro.gif),url(design/mlu.gif),url(design/mru.gif),url(design/mbot.gif),url(design/mhead.gif),url(design/mleft.gif),url(design/mright.gif),url(design/red.gif);
background-position: top left, top right, bottom left, bottom right, bottom, top, left, right;
background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y, repeat;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:white;
padding-top:5px;
text-align:center;
color:darkgrey;
font:normal 11px Georgia;
}