.stickytooltip{
box-shadow: 5px 5px 8px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
display:none;
border:3px solid #999;
padding:2px;
-moz-border-radius:8px;
-webkit-border-radius:8px;
-opera-border-radius:8px;
-khtml-border-radius:8px;
border-radius:8px;
position:absolute;
display:none;
 background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: -o-linear-gradient(top, #fff,#eee);
    background: linear-gradient(top, #fff, #eee);
background-color: #fff;
  opacity:0.9;
   filter:alpha(opacity=90);
z-index:3000;

}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/

font:bold 15px Arial;
}