.stickytooltip{
display:none;
position:absolute;
z-index:3000;
}

.stickytooltip .atip {
background:white;padding: 5px;float: left;
box-shadow: 0px 0px 10px #818181; /*shadow for CSS3 capable browsers.*/
-webkit-box-shadow: 0px 0px 10px #818181;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;
-moz-box-shadow: 0px 0px 10px #818181;width: 300px !important; border: solid 1px #b8b8b8}
.stickytooltip .atip .title{ width: 100%;float: left;border-bottom: 1px solid #b8b8b8;padding-bottom: 7px;margin-bottom: 10px;color: #003fa6;font-weight: bold;font-size: 16px;}
.stickytooltip .atip .desc{ line-height: 18px;color: #272727;}

.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:black;
color:white;
padding-top:5px;
text-align:center;
font:bold 11px Arial;
}