@charset "UTF-8";

#mopTip01 {
	position: absolute;
	display: none;
	z-index: 999;
}
#mopTip01 .tip {
	background-color: #fff;
	position:relative;
}
#mopTip01 .content {
	padding: 4px;
	font-size: 10px;
	cursor:default;
	color: #333333;
}
#mopTip01 .leftTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-image: url(leftTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(rightTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .leftBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	left: 0px;
	background-image: url(leftBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .rightBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	right: 0px;
	background-image: url(rightBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrow {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(arrowTop.png);
	background-repeat: no-repeat;
}
#mopTip01 .arrowBottom {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(arrowBottom.png);
	background-repeat: no-repeat;
}
#mopTip01 .left {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 0px;
	background-image: url(left.png);
	background-repeat: repeat-y;
}
#mopTip01 .right {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 0px;
	background-image: url(right.png);
	background-repeat: repeat-y;
}
#mopTip01 .top {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 20px;
	background-image: url(top.png);
	background-repeat: repeat-x;
}
#mopTip01 .bottom {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(bottom.png);
	background-repeat: repeat-x;
}
#mopTip01 .close {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
	background-image: url(closeBtn.png);
	background-repeat: no-repeat;
}
#mopTip01 .close:hover {
	background-image: url(closeBtn_h.png);
	background-repeat: no-repeat;
}
.demo1,.demo2,.demo3,.demo4,.demo5,.demo6,.demo7,.demo8,.demo9,.demo10,.demo11,.demo12,.demo13,.demo14,.demo15,.demo16,.demo17,.demo18,.demo19,.demo20,.demo21,.demo22,.demo23,.demo24,.demo25,.demo26,.demo27,.demo28,.demo29,.demo30,.demo31,.demo32,.demo33,.demo34,.demo35,.demo36,.demo37,.demo38,.demo39,.demo40,.demo41,.demo42,.demo43,.demo44,.demo45,.demo46,.demo47,.demo48,.demo49{
	display:none;
	width:515px;
	height:235px;
}