p#vtip { 
    display: none; 
    position: absolute; 
    padding: 10px; 
    margin-top: 15px;
    left: 5px; 
    font-size: 12px; 
	line-height: 18px;
    background-color: white; 
    border: 1px solid #a6c9e2; 
   
    z-index: 9999;
}
p#vtip #vtipArrow { 
    position: absolute; 
    top: -10px; 
    left: 5px 
}