@charset "UTF-8";

#neuTip {
	position: absolute;
	z-index: 999;
}
#neuTip .tip {
	background-color: #3c3d46;
	position:relative;
}
#neuTip .content {
	padding: 2px;
	cursor:default;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #3c3d46;
}
#neuTip .leftTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 0px;
	background-image: url(leftTop.png);
	background-repeat: no-repeat;
}
#neuTip .rightTop {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	right: 0px;
	background-image: url(rightTop.png);
	background-repeat: no-repeat;
}
#neuTip .leftBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: 0px;
	left: 0px;
	background-image: url(leftBottom.png);
	background-repeat: no-repeat;
}
#neuTip .rightBottom {
	position: absolute;
	height: 20px;
	width: 20px;
	bottom: 0px;
	right: 0px;
	background-image: url(rightBottom.png);
	background-repeat: no-repeat;
}

#neuTip .arrowBottom {
	position: absolute;
	height: 20px;
	width: 40px;
	background-image: url(arrowBottom.png);
	background-repeat: no-repeat;
	bottom: 0;
}
#neuTip .left {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 0px;
	background-image: url(left.png);
	background-repeat: repeat-y;
}
#neuTip .right {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 20px;
	right: 0px;
	background-image: url(right.png);
	background-repeat: repeat-y;
}
#neuTip .top {
	position: absolute;
	height: 20px;
	width: 20px;
	top: 0px;
	left: 20px;
	background-image: url(top.png);
	background-repeat: repeat-x;
}
#neuTip .bottom_l {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(bottom.png);
	background-repeat: repeat-x;
}
#neuTip .bottom_r {
	position: absolute;
	height: 20px;
	width: 20px;
	left: 20px;
	bottom: 0px;
	background-image: url(bottom.png);
	background-repeat: repeat-x;
}
#neuTip .close {
	position: absolute;
	height: 30px;
	width: 30px;
	right: 2px;
	top: 2px;
	cursor: pointer;
	background-image: url(close.png);
	background-repeat: no-repeat;
}
/*#neuTip .close:hover {
	background-image: url(closeBtn_h.png);
	background-repeat: no-repeat;
}
*/