@charset "gb2312";
* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a{color:#333;text-decoration:none;}
a:hover{color:#c30;text-decoration:underline;}
img{border:0}
#warp {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#header {
	height: 60px;
	margin-top: 5px;
}
#header #logo {
	height: 60px;
	width: 150px;
	float: left;
	margin-right: 10px;
	text-align: left;
	font-size: 36px;
	line-height: 60px;
}
#header #logotxt {
	float: left;
	width: 150px;
	height: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #666666;
	padding-top: 30px;
	font-size: 25px;
	text-align: left;
}

#header #banner {
	float: right;
	width: 610px;
	padding-top: 25px;
	text-align: left;
}

#main {
	clear: both;
	margin-top: 8px;
}
#main .here {
	background-color: #E5ECF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85A2D5;
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding-left: 5px;
	font-size: 14px;
	padding-right: 5px;
}
#content {
	margin-top: 8px;
	text-align: left;
}
.red {
	color: #FF0000;
	padding-right: 3px;
	padding-left: 3px;
}

.input {
	width: 150px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #006600;
	text-indent: 5px;
}
#textarea {
	padding: 5px;
}


#content span {
	color: #999999;
}
.button {
	background-color: #efefef;
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: baseline;
}
#footer {
	background-color: #E5ECF9;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #85A2D5;
	height: 20px;
	margin-top: 5px;
	line-height: 20px;
}
