/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0;
	z-index:999;
	background-color:#cbcbfd;
	border:1px solid #8282a3; 
	width:250px;
	padding:4px;
	color:#232339;
	font-size:11px;
	line-height:1.2;
}

.tip {
	margin-left: 5px;
}
#fixedratetip {
	margin-left: 35px;
}