p#vtip { 
	max-width:300px; 
    display: none; 
    position: absolute; 
    padding: 5px; 
    left: 5px; font-size: 12px; 
    background-color: white; 
    border: 2px solid #a6c9e2; 
    z-index: 9999; 
    min-width:50px; 
}
p#vtip #vtipArrow { 
	position: absolute; 
    top: -10px; 
    left: 5px
}