.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;
position:absolute;
border: 5px solid #811114; /*Border around tooltip*/
background:#811114;
z-index:3000;
filter: 
progid:DXImageTransform.Microsoft.Blur(pixelRadius=3,MakeShadow=true,ShadowOpacity=0.35); 
}

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

.atip { /* Width of Tooltips box */
width:200px;
	text-align: center;
}
