#tooltip { 
position : absolute; 
z-index : 3000; 
border : 1px solid #e2d172; 
background-color : #fff199; 
border-top-color : #e2d172; 
border-left-color : #e2d172; 
padding : 5px; 
width : 500px; 
} 
#tooltip .title, #tooltip div { 
margin : 0; 
color : #333; 
font-size : 12px; 
}
