.toolTip {
	position: relative;
}
.toolTipWrapper {
	width: 300px;
	position: absolute;
	top: 0px;
	*top: 130px;
	left: 100px;
	display: none;
	font-weight: 100;
	font-size: 11px;
	z-index: 1000;
}
.toolTipTop {
	width: 300px;
	z-index: 1500;
	height: 20px;
	background: url('../img/tip/bubbleTop.gif') no-repeat;
}
.toolTipMid {
	padding: 8px 15px;
	background-color: #a1948c;
	z-index: 1500;
	color: #fff;
}
.toolTipBtm {
	height: 13px;
	background: url('../img/tip/bubbleBtm.gif') no-repeat;
	z-index: 1500;
}