#tooltip_tip {
	position: absolute;
	z-index: 9999;
	top: 0;
	left: -999em;
	height: 64px;
	width: auto;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
#tooltip_tip .tipInner {
	position: relative;
	width: auto;
	float: left;
	height: 57px;
	line-height: 20px;
	padding: 7px 0 0 18px;
	margin: 0;
	font-size: 11px;
	color: #fff;
	background: url('../images_new/tooltip_back_black.png') left top no-repeat;
	white-space: nowrap;
}
#tooltip_tip .tipRight {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 64px;
	background: url('../images_new/tooltip_back_black.png') right top no-repeat;
}

/* IE6 Alternate Background Image */
#tooltip_tip.ie6 .tipInner { background-image: url('../images_new/tooltip_back_black_ie6.png'); }
#tooltip_tip.ie6 .tipRight { background-image: url('../images_new/tooltip_back_black_ie6.png'); }
