@charset "gb2312";

#loading {
	z-index: 800;
	position: fixed;
	top: 40%;
	left: 50%;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	margin-top: -50px;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000,endColorstr=#cc000000);
	background: rgba(0,0,0,0.8);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
#loading .title {
	color: #FFF;
	text-align: center;
	
	font-size: 11px;
	bottom: 30px;
	left: 0;
	width: 100%;
	top: 70px;
	line-height: normal;
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
}

.bj {
	background-color: #000;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	z-index: 99;
}

.bj2 {
	background-color: #eee;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	z-index: 99;
}
.font10{font-size:10px;}