.toolTip {
		cursor: help;
		position: relative;
}
.toolTipWrapper {
		width: 298px;
		position: absolute;
		top: 15px;
		display: none;
		color: #666;
		font-size: 11px;
		text-align:left;
}
.toolTipTop {
		height: 23px;
		background: url(bubbleTop.png) no-repeat;
}
.toolTipMid {
		padding: 8px 15px;
		background: url(bubbleMid.png) repeat-y top;
}
.toolTipBtm {
		height: 13px;
		background: url(bubbleBtm.png) no-repeat;
}

