@charset "UTF-8";

#mopTip01 {
	position: absolute;
	display: none;
	z-index: 999;
}
#mopTip01 .tip {
	background-color: #fff;
	position:absolute;
}
#mopTip01 .content {
	padding: 4px;
	cursor:default;
	color: #333333;
	line-height: 1.2em;
	text-align: left;
	font-size: 0.8em;
}
#mopTip01 .leftTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/leftTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/rightTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .leftBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	left: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/leftBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	right: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/rightBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrow {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(http://www.web-clover.net/moptip-img/arrowTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrowBottom {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(http://www.web-clover.net/moptip-img/arrowBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .left {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/left.png);
	background-repeat: repeat-y;
}
#mopTip01 .right {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/right.png);
	background-repeat: repeat-y;
}
#mopTip01 .top {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 20px;
	background-image: url(http://www.web-clover.net/moptip-img/top.png);
	background-repeat: repeat-x;
}
#mopTip01 .bottom {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(http://www.web-clover.net/moptip-img/bottom.png);
	background-repeat: repeat-x;
}
#mopTip01 .close {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
	background-image: url(http://www.web-clover.net/moptip-img/closeBtn.png);
	background-repeat: no-repeat;
}
#mopTip01 .close:hover {
	background-image: url(http://www.web-clover.net/moptip-img/closeBtn_h.png);
	background-repeat: no-repeat;
}

.f_left {
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	display: inline;
	height: auto;
	width: auto;
	margin: 0px;
	padding: 0px;
	float: left;
}
