
.cocoam_tool_tip_wrap{
	position:absolute;
	z-index:99999;
	display:none;
}
.cocoam_tool_tip_wrap .cocoam_tool_tip{
	position:relative;
	padding:4px;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
.cocoam_tool_tip_p{
	position:absolute;
	z-index:1006;
	width:7px;
	height:7px;
	background-image:url(/img/bg/cocoa_tool_tip_point2.png);
	background-position:0 0 ;
	background-repeat:no-repeat;
}
.cocoam_tool_tip_tl{
	position:absolute;
	z-index:1001;
	top:0;
	left:0;
	width:6px;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 -6px;
	background-repeat:no-repeat;
}
.cocoam_tool_tip_tc{
	top:0;
	left:6px;
	position:absolute;
	z-index:1001;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 0;
	background-repeat:repeat-x;
}
.cocoam_tool_tip_tr{
	position:absolute;
	z-index:1002;
	top:0;
	right:0;
	width:6px;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 -12px;
	background-repeat:no-repeat;
}
.cocoam_tool_tip_ml{
	position:absolute;
	z-index:1001;
	top:6px;
	left:0;
	width:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_lr.png);
	background-position:0 0;
	background-repeat:repeat-y;
}
.cocoam_tool_tip_mr{
	position:absolute;
	z-index:1001;
	top:6px;
	right:0;
	width:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_lr.png);
	background-position:-6px 0;
	background-repeat:repeat-y;
}
.cocoam_tool_tip_bl{
	position:absolute;
	z-index:1002;
	bottom:0;
	left:0;
	width:6px;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 -24px;
	background-repeat:no-repeat;
}
.cocoam_tool_tip_bc{
	position:absolute;
	z-index:1001;
	bottom:0;
	left:6px;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 -30px;
	background-repeat:repeat-x;
}
.cocoam_tool_tip_br{
	position:absolute;
	z-index:1006;
	bottom:0;
	right:0;
	width:6px;
	height:6px;
	background-image:url(/img/bg/cocoa_tool_tip_bg_tb2.png);
	background-position:0 -18px;
	background-repeat:no-repeat;
}
.cocoam_tool_tip_memo{
	display:inline-block;
	padding:6px;
	padding-top:2px;
	padding-bottom:4px;
	line-height:120%;
	background-color:#fff;
}