#tooltip
{
	border-right: #eee 2px solid;
	border-top: #eee 2px solid;
	display: none;
	font-size: 11pt;
	border-left: #eee 2px solid;
	width: 500px;
	border-bottom: #eee 2px solid;
	font-family: Tahoma, Verdana;
	position: absolute;
	text-align :left;
}
#tooltip DIV
{
	border-right: #666 1px solid;
	padding-right: 8px;
	border-top: #666 1px solid;
	padding-left: 8px;
	background: #eee;
	padding-bottom: 10px;
	border-left: #666 1px solid;
	padding-top: 6px;
	border-bottom: #666 1px solid;
}

