p.bxn-tip-box {
	position: absolute; 
	padding: 10px; 
	left: 5px; 
	font-size: 0.9em; 
	background-color: white; 
	border: 1px solid #a6c9e2; 
	border-radius: 3px; 
	z-index: 9999;
	/*height:500px;
	overflow-y:scroll;*/
}
p.bxn-tip-box span.bxn-tip-box-arrow { 
	position: absolute; 
	top: -10px; 
	left: 5px;
	display: inline-block;
	width: 21px;
	height: 11px;
	background: url('../images/vtip_arrow.gif') no-repeat;
}