@charset "UTF-8";

#viewTips {
	position: absolute;
	display: none;
	z-index: 999;
}
#viewTips .tip {
	background-color: #fff;
	position:relative;
}
#viewTips .content {
	padding: 4px;
	font-size: 14px;
	font-weight:bold;
	cursor:default;
	color: #333333;
}
#tempTip{
	display:none;
	font-size: 14px;
	font-weight:bold;
}
#viewTips .leftTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-image: url(../images/base/tips/leftTop.png);
	background-repeat: no-repeat;
}
#viewTips .rightTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(../images/base/tips/rightTop.png);
	background-repeat: no-repeat;
}
#viewTips .leftBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	left: 0px;
	background-image: url(../images/base/tips/leftBottom.png);
	background-repeat: no-repeat;
}
#viewTips .rightBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	Bottom: 0px;
	right: 0px;
	background-image: url(../images/base/tips/rightBottom.png);
	background-repeat: no-repeat;
}
#viewTips .arrow {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(../images/base/tips/arrowTop.png);
	background-repeat: no-repeat;
}
#viewTips .arrowBottom {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(../images/base/tips/arrowBottom.png);
	background-repeat: no-repeat;
}
#viewTips .left {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 0px;
	background-image: url(../images/base/tips/left.png);
	background-repeat: repeat-y;
}
#viewTips .right {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 0px;
	background-image: url(../images/base/tips/right.png);
	background-repeat: repeat-y;
}
#viewTips .top {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 20px;
	background-image: url(../images/base/tips/top.png);
	background-repeat: repeat-x;
}
#viewTips .bottom {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(../images/base/tips/bottom.png);
	background-repeat: repeat-x;
}
#viewTips .close {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 2px;
	bottom: 2px;
	cursor: pointer;
	background-image: url(../images/base/tips/closeBtn.png);
	background-repeat: no-repeat;
}
#viewTips .close:hover {
	background-image: url(../images/base/tips/closeBtn_h.png);
	background-repeat: no-repeat;
}
