#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #eee;
	padding: 5px 20px;
	opacity: 0.85;
    line-height: 19px;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.oma {
    position: absolute;
	z-index: 3000;
    width: 218px;
    height: 150px;
    padding: 20px 20px 20px 13px;
    border: 0;
    color: white;
    font-size: 14px;
    background: url('../images/tooltip.png') no-repeat;
    opacity: 0.85;
}

