* {
	margin: 0;
	padding: 0;
}
body {
	background: url(./images/background.jpg) repeat;
	text-align: center;
	font: 12px verdana,Arial;
	color: #666;
}
a {
	color: #666;
	font-weight: bold;
}
#wrap {
	margin: auto;
	width: 760px;
	background-color: #fff;
	text-align: left;
}
#welcome {
	padding-left: 20px;
	background-color: #000;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 2px solid #333;
}
#header {
	position: relative;
	height: 150px;
	background: url(images/main_body.gif) no-repeat;
	border-bottom: 6px solid #000;
}
#info {
	padding: 30px 0 0 50px;
	color: #fff;
}
h1 {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: normal;
}
#contact {
	position: absolute;
	right: 20px;
	bottom: 10px;
	line-height: 20px;
	color: #333;
}
#content {
	padding: 15px;
}
#desc {
    color: red
}
.intro {
	padding: 20px 10px;
	border-bottom: 1px dotted #ddd;
	line-height: 20px;
}
.intro .intro_main {
	margin-bottom: 20px;
}
#footer {
	padding: 20px;
	background: #333;
	text-align: center;
	color: #aaa;
	line-height: 20px;
}

/*** 返回样式 ***/
.back {
	float: right;
}
/*** 提示样式 ***/
.tips {
	padding: 10px;
}
/*** 表单样式 ***/
.form_table table {
	width: 100%;
	border-collapse: collapse;
}
.form_table table th {
	padding: 5px;
	border: 1px solid #ddd;
	background: #efefef;
	width: 15%;
	font-weight: bold;
	text-align: right;
}
.form_table table td {
	padding: 5px;
	border: 1px solid #ddd;
}
.form_table table td .tips {
	margin-right: 5px;
}
.form_table table td .require {
	color: red;
}
.form_table table td .error {
	color: red;
	display: block;
}
/*** 自定义区块样式 ***/
.custom_content {
	width: 100%;
}
.custom_content a {
	padding: 10px;
	border: 4px #CCC solid;
	background: #ddd;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-align: center;
	display: block;
	cursor: pointer;
}

