.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:1px solid #003366; /*Border around tooltip*/
	background:white;
	z-index:3000;
	
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
background:#003366;
color:white;

text-align:center;
font:bold 11px;
}
