@charset "utf-8";

#tip-mask {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 3000;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	filter: alpha(opacity=30);
}

.plugin-tip {
	display: none;
	position: fixed;
	z-index: 3001;
	overflow: hidden;
	margin: 0 auto;
	padding: 8px 10px;
	color: #FFF;
	font-size: 15px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: black;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}