/* CSS Document */
@import url("public.css");
@import url("public_1.css");
#server_content{
	width:900px;
	margin:50px 50px;
	min-height:500px;
	color:#000;
	padding:10px 10px; 
	}
#server_content h1{
	
	width:900px;
	text-align:center;
	border-bottom:#9e9e9e dashed 1px;
	
}	
#server_content #table_1{
	font-size:18px;
	margin:20px auto;}
#server_content #table_1 td{
	margin-bottom:10px;}	
#server_content #table_1 .td_1{
	width:150px;
	border-bottom:#9e9e9e dashed 1px;
	text-align:right;
	color:#000;
	
	font-size:18px;
	}	
#server_content #table_1 .td_2{
	width:400px;
	}
#server_content #table_1 .td_2 input{
	font-size:16px;
	border:#e9e9e9 solid 1px;
	width:300px;
	height:30px;}
#server_content #table_1 .td_3{
	font-size:16px;
	border:#e9e9e9 solid 1px;
	width:300px;
	height:100px;
	}		
#server_content #table_1 .td_4{
	border:#FFF solid 1px;
	color:#FFF;
	font-size:18px;
	font-weight:bolder;
	background:#2556A2;
	cursor:pointer;
	font-family:"楷体","宋体";}	