* {
	margin: 0px;
	padding: 0px;
	border: none;
}
body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width: 750px;
	background: #FFF;
}
input {
	vertical-align: middle;
	font-family: Arial;
}
#head {
	width: 750px;
	height: 120px;
}
#logo {
	float: left;
	margin-top: 20px;
	margin-left: 60px;
	height: 90px;
	width: 200px;
	display: inline;
	background: url(logo.jpg) no-repeat center;
}
#intro {
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	height: 50px;
	line-height: 20px;
	width: 320px;
	padding: 20px 50px;
	color: #999;
	display: inline;
	background: url(intro.gif) no-repeat;
}
#menu {
	width: 630px;
	height: 22px;
	padding: 0px 60px;
	border-bottom: 2px solid #666;
}
#menu a {
	color: #666;
	text-decoration: none;
	height: 21px;
	line-height: 21px;
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 10px;
	border: 1px solid #CCC;
	border-bottom: none;
	padding: 0px 5px;
}
.text {
	margin: 0px 11px;
	margin-top: 5px;
}
#box {
	width: 726px;
	margin: 0px 11px;
	padding: 8px 0;
	background: #EFEFEF;
	border: 1px solid #CCC;
	border-top: none;
}
#main {
	width: 726px;
	margin: 0px 11px;
	margin-top: 2px;
	border: 1px solid #EEE;
}
#content {
	width: 668px;
	min-height: 500px;
	margin: 0px 30px;
	background: #FFF;
}
#foot {
	width: 728px;
	margin: 0px 11px;
	margin-top: 5px;
	height: 80px;
	line-height: 25px;
	text-align: center;
	border-top: 1px dashed #999;
}

/* 表单样式 */

#url {
	width: 600px;
	height: 35px;
	line-height: 35px;
	margin-left: 30px;
	padding-left: 10px;
	float: left;
	display: inline;
}
#select {
	width: 700px;
	height: 30px;
	line-height: 30px;
	margin-left: 30px;
	padding-left: 10px;
	float: left;
	display: inline;
}
#select a {
	font-size: 14px;
	color: #F00;
	text-decoration: none;
}
#urlpost {
	height: 16px;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #EEE;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#btn {
	height: 22px;
	line-height: 16px;
	width: 100px;
	font-size: 12px;
	color: #333;
	border: 1px solid #CCC;
	font-weight: bold;
	padding: 2px;
	border-style: outset;
	background: #FFF;
}

/* 列表样式 */

.list {
	list-style: none;
}
.list span {
	float: left;
}
.list li {
	cursor: pointer;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	padding: 0px 10px;
	border-bottom: 1px dashed #E9E9E9;
}
.ipadd {
	width: 128px;
}
.ipport {
	width: 100px;
}
.iptype {
	width: 120px;
}
.iparea {
	width: 300px;
}

/* FAQ */

.title {
	font-size: 14px;
	padding: 10px;
	padding-left: 30px;
	background: url(list.gif) no-repeat 5px center;
	color: #334;
}
.des {
	padding: 0px 10px 10px 10px;
	line-height: 22px;
	background: #F9F9F9;
}