@charset "UTF-8";

#mopTip01 {
	position: absolute;
	/*display: none;*/
	z-index: 999;
	font-size: 3px;
}
#mopTip01 .mop_tip {
	vertical-align: top;
	background-color: #FFFFFF;
}
#mopTip01 .mop_content {
	padding: 6px;
	font-size: 12px;
	cursor:default;
	line-height:1.5em;
}
#mopTip01 .mop_leftTop {
	font-size: 3px;
	height: 20px;
	width: 20px;
	background-image: url(./images/leftTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_rightTop {
	font-size: 3px;
	width: 20px;
	background-image: url(./images/rightTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_leftBottom {
	font-size: 3px;
	height: 20px;
	width: 20px;
	background-image: url(./images/leftBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_rightBottom {
	font-size: 3px;
	background-image: url(./images/rightBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_arrow {
	height: 20px;
	width: 60px;
	background-image: url(./images/arrowTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_arrowBottom {
	height: 20px;
	width: 60px;
	background-image: url(./images/arrowBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_left {
	font-size: 3px;
	width: 20px;
	background-image: url(./images/left.png);
	background-repeat: repeat-y;
	background-position: top;
}
#mopTip01 .mop_right {
	font-size: 3px;
	width: 20px;
	background-image: url(./images/right.png);
	background-repeat: repeat-y;
}
#mopTip01 .mop_top {
	background-image: url(./images/top.png);
	background-repeat: repeat-x;
}
#mopTip01 .mop_bottom {
	background-image: url(./images/bottom.png);
	background-repeat: repeat-x;
}
#mopTip01 .mop_close {
	font-size: 3px;
	position: absolute;
	height: 27px;
	width: 27px;
	cursor: pointer;
	background-image: url(./images/closeBtn.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	display: none;
}
#mopTip01 .mop_close:hover {
	background-image: url(./images/closeBtn_h.png);
	background-repeat: no-repeat;
}
#mopTip01 .mop_arrowSet {
	font-size: 3px;
}
#mopTip01 .mop_arrowSetBottom {
	font-size: 3px;
}
