.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;
	background:transparent url(../images/tooltip-top.png) no-repeat left top;
	z-index:3000;
	width:368px;
	height:27px;
	text-align:left;
	
}
.atip {
	background:transparent url(../images/tooltip-bg.png) repeat-y left bottom;
	margin:27px 0px 0px 0px;
}
.stickytooltip p {
	font:normal 14px "Trebuchet MS", Arial, Helvetica, Sans-serif;
	line-height: 18px;
	margin:20px 50px 0px 20px;
	background-color:#f3d9d2;
}


.stickytooltip .stickystatus{ /*Style for footer bar within tooltip*/
	background:transparent url(../images/tooltip-bot.png) no-repeat left top;
	color:#000;
	width:368px;
	height:30px;
	padding:6px 0px 6px 0px;
	text-align:center;
	font:bold 12px Tahoma;
}