﻿body {
	margin: 0px;
	padding: 0px;
}
/* 进度条CSS */
#center{ 
	margin:50px auto; 
	margin-left:80px;
	width:400px; 
} 
#loading{ 
	width:397px; 
	height:49px; 
	background:url(/gkzp/grtb/images/bak.png) no-repeat;
	position:relative;
    z-index:1;
} 
#loading .asd{ 
	width:0px; 
	height:48px; 
	background:url(/gkzp/grtb/images/pro.png) no-repeat;
	color:#fff; 
	text-align:center; 
	font-family:Tahoma; 
	font-size:18px; 
	line-height:48px; 
	position:absolute;
	left:0;
	top:0;
	 z-index:2;
}
.wss {
	float:left;
	width:397px; 
	height:49px; 
	position:absolute;
	left:0;
	top:0;
	z-index:44;
	text-align:center;
	line-height:49px;
	font-family:微软雅黑;
	font-size:16px;
} 
#message{ 
	width:200px; 
	height:35px; 
	font-family:Tahoma; 
	font-size:12px; 
	background-color:#d8e7f0; 
	border:1px solid #187CBE; 
	display:none; 
	line-height:35px; 
	text-align:center; 
	margin-bottom:10px; 
	margin-left:50px; 
}
/* 进度条CSS */
/* 遮罩层 */

#fullbg{
	background-color: Gray;
	display:none;
	z-index:3;
	position:absolute;
	left:0px;
	top:0px;
	filter:Alpha(Opacity=30);
	/* IE */
	-moz-opacity:0.4;
	/* Moz + FF */
	opacity: 0.4;
}

#dialog {
	position:absolute;
	width:530px;
	height:140px;
	background:#FFFFFF;
	border: 1px #000000 solid;
	display: none;
	z-index: 5;
}

#main {
	height: 1000px;
}
/* 遮罩层 */
