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