#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip * {
	color: #565656;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }

#tooltip .tool_top_left, #tooltip .tool_top_mid, #tooltip .tool_top_right {
	height: 6px;
	line-height: 6px;
}
#tooltip .tool_top_left {
	background: url('../media/images/bg/tool_03.png') bottom no-repeat;
}
#tooltip .tool_top_mid {
	background: url('../media/images/bg/tool_04.png') bottom repeat-x;
}
#tooltip .tool_top_right {
	background: url('../media/images/bg/tool_05.png') bottom no-repeat;
}

#tooltip .tool_mid_left {
	background: url('../media/images/bg/tool_07.png') repeat-y;
	vertical-align: bottom;
	text-align: right;
	width: 5px;
}
#tooltip .tool_mid_mid {
	background: url('../media/images/bg/tool_12.gif') bottom repeat-x  #ffffff;
}
#tooltip .tool_mid_right {
	background: url('../media/images/bg/tool_09.png') repeat-y;
	vertical-align: bottom;
	width: 5px;
}
#tooltip .tool_mid_left_a {
	background: url('../media/images/bg/tool_12.gif') bottom repeat-x;
	margin: auto 0 0 auto;
	width: 3px;
}
#tooltip .tool_mid_right_a {
	background: url('../media/images/bg/tool_12.gif') 100% bottom repeat-x;
	margin: auto 0 0 0;
	width: 3px;
}


#tooltip .tool_bot_left, #tooltip .tool_bot_mid, #tooltip .tool_bot_right{
	height: 5px;
	line-height:5px;
}
#tooltip .tool_bot_left {
	background: url('../media/images/bg/tool_14.png') bottom no-repeat;
}
#tooltip .tool_bot_mid {
	background: url('../media/images/bg/tool_15.png') bottom repeat-x;
}
#tooltip .tool_bot_right {
	background: url('../media/images/bg/tool_16.png') bottom no-repeat;
	line-height: 5px;
	font-size: 5px;
}



/*#tooltip {
	position: absolute;
	z-index: 3000;
}
#tooltip .tool_mid {
	height: 33px;
	padding: 0 10px;
	vertical-align: middle;
	background: url('../media/images/bg/tooltip_mid.png') 0 0 repeat-x;
}
#tooltip .tool_left {
	background: url('../media/images/bg/tooltip_left.png') 0 0 no-repeat;
}
#tooltip .tool_right {
	background: url('../media/images/bg/tooltip_right.png') 0 0 no-repeat;
}
#tooltip .tool_left,
#tooltip .tool_right {
	width: 5px;
}
#tooltip * {
	color: #565656;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
#tooltip h3, #tooltip div { margin: 0; }*/
