#tooltip {		
	float: left;
	font-size: 12px;	
	position: absolute;
    z-index: 10;
	color: black;
	left: -10000px;
}

#tooltip .tt_left{
	background: url(../images/tooltip_left.png) no-repeat;
	width: 14px;
	height: 75px;	
	float: left;
}
#tooltip .tt_middle{
	background: url(../images/tooltip_middle.png) center;
	height: 75px;
	float: left;	
}
#tooltip .tt_content{
	padding-top: 36px;
}

#tooltip .tt_right{
	background: url(../images/tooltip_right.png) no-repeat;
	width: 21px;
	height: 75px;
	float: left;
}


