
.tooltip
{
	height: 40px;
	position: absolute;
	display: block;
	
}

.tooltip .tooltip_pointer
{
	background: url('../image/tooltip_pointer.png') no-repeat;
	height: 7px;
	width: 10px;
	padding: 0;
	margin: -5px auto -2px auto;
}

.tooltip .tooltip_left
{
	background: url('../image/tooltip_left.png') no-repeat;
	width: 10px;
	height: 40px;
	float: left;
}

.tooltip .tooltip_content
{
	background: url('../image/tooltip_content.png')  repeat-x ;
	line-height: 35px;
	text-indent: 10px;
	color: #FFFFFF;
	height: 36px;
	padding: 0 5px;
	text-align: center;
	float: left;
}

.tooltip .tooltip_right
{
	background: url('../image/tooltip_right.png') no-repeat;
	width: 11px;
	height: 40px;
	float: left;
}
