@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
.header {
	background-image: url(../../images/head_bg.png);
	background-repeat: repeat-x;
	height: 81px;
	width: 100%;
}
.header_b {
	background-image: url(../../images/head_bg_b.png);
}
.header #logo {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.header #logo img {
	margin-top: 29px;
	margin-left: 40px;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
body {
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
}
.footer{
	display: block;
	width: auto;
	overflow: hidden;
	clear: both;
	border-top: 1px solid #BBBBBB;
}
.footer_area{
	display: block;
	width: 960px;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.footer_content{
	height: 30px;
	margin: 10px auto;
	text-align: center;
}
.footer_content .depart{
	margin: 0 10px;
	color: #A0A0A0;
}
.footer_content a, .footer_content span{
    color:#A0A0A0;
    font-size: 12px;
    font-weight:normal;
	text-decoration: none;
}
.footer_content a:hover{
    text-decoration: underline;
    color:red;
}
#notice {
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #DD3C10;
	background-color: #FFEBE8;
	padding: 10px;
	margin-bottom: 20px;
}
#notice h1 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	margin: 0px;
}
#notice ol {
	margin: 0px;
}
#notice ol li {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.content #form {
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}
.content #form .left {
	width: 200px;
	text-align: right;
	line-height: 40px;
	height: 40px;
	float: left;
	font-size: 14px;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	vertical-align: middle;
}
.content #form .right {
	float: left;
	height: 40px;
	width: 380px;
	margin-left: 5px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
}
.clearboth {
	clear: both;
}
.content #form .right .textfield {
	border: 1px solid #AAAAAA;
	-moz-border-radius: 3px;      /* Gecko browsers */
	-webkit-border-radius: 3px;   /* Webkit browsers */
	border-radius: 3px;            /* W3C syntax */
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	width: 190px;
	vertical-align: middle;
	padding: 5px;
	height: 30px;
	margin: auto;
	line-height: 28px;
}
.content #form .row {
	margin-bottom: 10px;
}
#form .row .row_button {
	text-align: center;
	margin-top: 20px;
}
.btn_submit {
	border: 1px solid #090;
	background-color: #6C3;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	width: 100px;
	height: 35px;
	font-family: Tahoma, "微软雅黑";
	cursor: pointer;
}
.btn_submit:hover {
	background-color: #8BD966;
}
.btn_submit:active {
	background-color: #6C3;
}
#logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.top {
	height: 29px;
	background-color: #B20000;
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.l {
	float:left;
}
.r {
	float:right;
}
.top .weibo img {
	margin: 2px;
}
