.stickytooltip{
	box-shadow: 5px 5px 8px #333333; /*shadow for CSS3 capable browsers.*/
	-webkit-box-shadow: 5px 5px 8px #000000;
	-moz-box-shadow: 5px 5px 8px #000000;
	display:none;
	position:absolute;
	display:none;
	border:5px solid #333333; /*Border around tooltip*/
	background:white;
	z-index:100;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	color:white;
	padding-top:5px;
	text-align:center;
	background-color: #333333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
