.stickytooltip {	box-shadow: 5px 5px 8px #818181;	-webkit-box-shadow: 5px 5px 8px #818181;	-moz-box-shadow: 5px 5px 8px #818181;	display:none;	position:absolute;	display:inherit;	background: #3e3e3e url('../images/quote_mark_white.png') 5px 10px no-repeat;	z-index:3000;	width: 355px;	padding: 10px;	text-align: left;        -moz-opacity: 0.95;	filter:alpha(opacity=95);	opacity: 0.95;}.stickytooltip p {	color: #fff;	font-size: 13px;        -moz-opacity: 1;        padding: 0 20px;        margin: 5px 0;	filter:alpha(opacity=100);	opacity: 1;}.stickytooltip .stickystatus { /*Style for footer bar within tooltip*/}