@charset "utf-8";
/* CSS Document */

body { 
font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px;
margin:0; 
} 
#main { 
 

} 
#fullbg { 
	width:100%;
	height:100%
background-color:gray; 
left:0; 
opacity:0.5; 
position:absolute; 
top:0; 
z-index:9998; 
filter:alpha(opacity=50); 
-moz-opacity:0.5; 
-khtml-opacity:0.5; 
} 
#dialog { 
background-color:#fff; 
border: 2px solid #005AA0;
height:640px;
 
left:50%; 
margin:-320px 0 0 -500px; 
padding:1px; 
position:fixed !important; /* 浮动对话框 */ 
position:absolute;
top:48%; 
width:1000px; 
z-index:10000; 
border-radius:5px; 
display:none; 

} 
#wenzi{
	width:980px;
	height:600px;
	padding:0 10px;
line-height: 20px;

margin-bottom: 5px;
overflow-x: hidden;
overflow-y: auto;
	}
.close { 
border:0;
width:200px; 
height:30px;
margin-top:10px;

margin-bottom:10px;
margin:auto; 
line-height:30px; 
background:#e22; 
text-align:center; 

 
} 
.close a {
	font-size:14px; 
color:#FFF;
text-decoration:none; 
} 
.zhucexy{margin-left:170px;height:34px;color:#999;}
.zhucexy a{text-decoration:none;line-height:34px;color:#999;}
.zhucexy a:hover{text-decoration:none;line-height:34px;color:#E4393C;}
.zhucexy input{height:34px;margin-right:10px;}