.hovertip {
    position: absolute;
    padding: 15px 15px;
    z-index: 2;
    width: 245px;
	height:115px;
	margin-top:-160px;
	margin-left:-265px;
    color: #000;
    background:white;

	background:url(/HDI/tooltip.png);
    font-family: sans-serif;
    font-size: 11px;
    line-height: 18px;
    text-align: left;
}
