

.tooltip {
	cursor: pointer;
}

#tooltipbox {
	position: absolute;
	width:150px;
	height: auto;
	z-index: 100;
	opacity: 0.9;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	

}

#tooltipbox-pointer {
	position: absolute;
	top: 10px;
	left: 0;
	height: 4px;
	width: 18px;
/*	background: url(../images/tip.gif) no-repeat;
*/
}

#tooltipbox-content {
	position: absolute;
	padding: 4px;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ede6c7;
	background-color:#990000;
	text-align:left;
	left: -60px;
	top: -80px;
	width:150px;
