.expert_tooltip {
    position: absolute; 
    z-index: 999; 
	width: auto;
	height: auto;
	
    font: normal 8pt Tahoma; 
    padding: 5px; 
    border: solid 1px;
	background: #5d81ae;
	color: #ffffff;
}

