﻿@charset "utf-8";
/***网页整体色调定义***/
body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #e4d8c0;
}
ul, li, form, p {
	padding: 0;
	margin: 0;
}
ul, li {
	list-style: none;
}
/***网站文字定义***/
a {
	font-family: "宋体";
	font-size: 12px;
	color: #795b43;
	text-decoration: none;
}
a img{
	border:none;
}
a:hover {
	text-decoration: underline;
}
input {
	padding-left:2px;
	width: 100px;
	ine-height: 15px;
	border: 1px solid #45250d;
	background-color: #e5d8c1;
	font-size: 12px;
	color: #685544;
}
select {
	width: 105px;
	ine-height: 15px;
	border: 1px solid #45250d;
	background-color: #e5d8c1;
	font-size: 12px;
	color: #685544;
}
.input_2 {
	width: 50px;
}
.checkbox {
	width: auto;
	border: none;
}
/*结构分割线*/
#Line {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 740px;
	margin: 330px 0px 0px 10px;
	border-top:1px solid #401e05;
}
#Line_2 {
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
	width: 3px;
	height: 323px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #a26431;
	margin: 342px 0px 0px 382px;
}
#Line_3{
	position: absolute;
	top:0px;
	left:0px;
	right: 0px;
	width: 98%;
	height: 3px;
	border-top:1px solid #401e05;
	margin: 680px 0px 0px 10px;
}
#Line_4{
	position: absolute;
	top:110px;
	left:742px;
	right: 0px;
	width: 3px;
	height: 550px;
	margin: 0px 0px 0px 0px;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #a26431;
}
#Line_5{
	position: absolute;
	top:90px;
	left:20px;
	right: 0px;
	width: 75%;
	margin: 0px 0px 0px 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #a26431;
}
#Line_6{
	position: absolute;
	top: 385px;
	left:20px;
	right: 0px;
	width: 75%;
	margin: 0px 0px 0px 0px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #a26431;
}
/***网页底部框架定义***/
#bottom_logo {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 130px;
	height: 52px;
	border-right:1px solid #401e05;
	margin: 688px 0px 5px 0px;
}
/*网页版权信息定义*/
#bottom_Copyright {
	position: absolute;
	top: 682px;
	left: 145px;
	right: 0px;
	bottom: 0px;
	width: 410px;
	height: 52px;
	line-height: 15px;
}
#bottom_Copyright li{
	padding: 10px 5px 0px 0px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
}
#bottom_Copyright a:link {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
	text-decoration: none;
}
#bottom_Copyright a:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
	text-decoration: none;
}
#bottom_Copyright a:hover {
	font-weight: bold;
	color: #795b43;
	text-decoration: underline;
}
/******游戏登录页定义******/
/***登录页整体框架定义***/
#login_pages_main {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	width: 98%;
	height: 520px;
	border:1px solid #401e05;
	background-image: url(../images/portal/login_pages_bj.gif);
}
/*游戏Logo定义*/
#login_logo_2 {
	position: absolute;
	top: 60px;
	left: 10px;
	right: 0px;
	bottom: 0px;
	width: 283px;
	height: 38px;
	z-index:1;
}
/*顶部状态栏定义*/
#login_Servers {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	width: 98%;
	height: 30px;
}
/*提示信息定义*/
#login_Remind {
	position: absolute;
	top: 145px;
	left: 460px;
	right: 0px;
	bottom: 0px;
	width: 378px;
	height: 31px;
	margin: 0px 0px 5px 0px;
	z-index:1;
	background-color: #e5d8c1;
	background-image: url(../images/portal/login_Remind.gif);
}
#login_Remind_text {
	position: absolute;
	top: 152px;
	left: 460px;
	right: 0px;
	bottom: 0px;
	width: 378px;
	height: 29px;
	margin: 0px 0px 5px 0px;
	font-family: "宋体";
	font-size: 12px;
	z-index:1;
	color: #994a10;
}
/*登录页文字定义*/
.servers_text {
	font-size: 12px;
	font-weight: bold;
	color: #964a10;
	line-height: 15px;
}
.servers_text1 {
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #9b8577;
}
#servers_text2 {
	width: 270px;
	float: left;
	line-height: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #9b8577;
	border: 1px solid #FF0000;
}
#servers_text3 {
	font-size: 12px;
	font-weight: bold;
	color: #9b8577;
	border: 1px solid #FF0000;
}
/*登录页图片头部定义*/
#login_pages_info_head {
	position: absolute;
	float:left;
	top: 50px;
	left: 216px;
	right: 0px;
	width: 208px;
	background-color: #e9d7c3;
}
#head_images {
	top: 0px;
	right: 0px;
	float:left;
}
/*登录页图片底部定义*/
#login_pages_info_bottom {
	position: absolute;
	float:left;
	top: 407px;
	left: 216px;
	width: 208px;
}
#bottom_images {
	float:left;
}
/*登录页主体页面定义*/
#login_pages_info1 {
	position: absolute;
	float:left;
	top: 187px;
	left: 152px;
	right: 0px;
	width: 699px;
	background-color: #e9d7c3;
}
#login_pages_images{
	top: 0px;
	right: 0px;
	float:left;
}
/*登录页文字输入区定义*/
#login_pares_Title {
	position: absolute;
	top: 208px;
	left: 528px;
	right: 10px;
	z-index: 1;
}
#login_input {
	position: absolute;
	top: 245px;
	left: 600px;
	right: 10px;
	width: 235px;
	z-index: 1;
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #e5d8c1;

}
#login_input li{
	padding-top:5px;
	padding-bottom:5px;
}

#login_input a:link {
	font-size: 14px;
	color: #e5d8c1;
	text-decoration: none;
}
#login_input a:visited {
	font-size: 14px;
	color: #e5d8c1;
	text-decoration: none;
}
#login_input a:hover {
	color: #45250d;
	text-decoration: underline;

}
/*返回首页按钮定义*/
#login_Return {
	position: absolute;
	top: 450px;
	left: 765px;
	right: 10px;
	width: 146px;
	height: 19px;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#login_Return a:link {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #e5d8c1;
	text-decoration: none;
}
#login_Return a:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #e5d8c1;
	text-decoration: none;
}
#login_Return a:hover {
	font-weight: bold;
	color: #e5d8c1;
	text-decoration: underline;
}
/*登录页版权信息定义*/
#login_Line_3 {
	position: absolute;
	top:545px;
	left:0px;
	right: 0px;
	width: 98%;
	height: 3px;
	border-top:1px solid #401e05;
	margin: 0px 0px 0px 10px;
}
#login_logo {
	position: absolute;
	top: 550px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 130px;
	height: 52px;
	border-right:1px solid #401e05;
	margin: 0px 0px 5px 0px;
}
#login_Copyright {
	position: absolute;
	top: 545px;
	left: 145px;
	right: 0px;
	bottom: 0px;
	width: 610px;
	height: 52px;
	line-height: 15px;
}
#login_Copyright li{
	padding: 10px 5px 0px 0px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
}
#login_Copyright a:link {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
	text-decoration: none;
}
#login_Copyright a:visited {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #795b43;
	text-decoration: none;
}
#login_Copyright a:hover {
	font-weight: bold;
	color: #795b43;
	text-decoration: underline;
}
/******游戏注册页定义******/
#registration_Servers {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 10px;
	width: 98%;
	height: 440px;
	background-color: #e5d8c1;
}
/*注册页顶部状态栏定义*/
#registration_td_1 {
	position: absolute;
	top: 420px;
	left: 0px;
	right: 0px;
	width: 100%;
}
#registration_td_2 {
	position: absolute;
	top: 0px;
	left: 979px;
	right: 0px;
	width: 20px;
	float: right;
}
#registration_title {
	position: absolute;
	top: 60px;
	left: 18px;
	right: 0px;
	width: 20px;
	float: right;
}
/*注册页背景图定义*/
#registration_bj {
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	float:right;
	width: 352px;
	height: 439px;
}
#registration_bj_1 {
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: -5px 0px 0px 0px;
}
/*注册页文字信息定义*/
#registration_list {
	position: absolute;
	top: 100px;
	left: 22px;
	right: 0px;
	width: 80%;
}
#registration_list li {
	top: 50px;
	right: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #994a12;
	padding: 15px 0px 0px 0px;
	line-height: 20px;
	font-family: "宋体";
}
.registration_text {
	line-height: 20px;
	font-size: 12px;
	color: #988574;
}
.registration_text2 {
	line-height: 20px;
	font-family: "宋体";
	font-size: 12px;
	color: #994a12;
	font-weight: normal;
	text-decoration: underline;
}
.registration_text3 {
	font-size: 12px;
	color: #988574;
}
/*注册页按钮*/
#registration_button {
	position: absolute;
	top: 430px;
	left: 420px;
	right: 0px;
	width: 66px;
}
/*边框阴影效果定义*/
#registration_frame_1 {
	position: absolute;
	top: 481px;
	left: 10px;
	right: 10px;
	width: 9px;
	height: 9px;
	background-image: url(../images/portal/Registration_6.gif);
}
#registration_frame_2 {
	position: absolute;
	top: 481px;
	left: 19px;
	right: 10px;
	width: 97%;
	height: 9px;
	background-image: url(../images/portal/Registration_3.gif);
}
#registration_frame_3 {
	position: absolute;
	float: right;
	top: 481px;
	left: 98%;
	right: 0px;
	width: 11px;
	height: 9px;
	background-image: url(../images/portal/Registration_8.gif);
}
#registration_frame_4 {
	position: absolute;
	float: right;
	top: 50px;
	left: 98%;
	right: 0px;
	width: 11px;
	height: 432px;
	background-image: url(../images/portal/Registration_4.gif);
}
#registration_frame_5 {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 0px;
	width: 9px;
	height: 432px;
	background-image: url(../images/portal/Registration_2.gif);
}
#registration_frame_6 {
	position: absolute;
	top: 50px;
	left: 11px;
	right: 0px;
	width: 97.6%;
	height: 7px;
	background-image: url(../images/portal/Registration_1.gif);
}
#registration_frame_7 {
	position: absolute;
	top: 50px;
	left: 10px;
	right: 0px;
	width: 9px;
	height: 7px;
	background-image: url(../images/portal/Registration_5.gif);
}
#registration_frame_8 {
	position: absolute;
	top: 50px;
	left: 98%;
	right: 0px;
	width: 11px;
	height: 7px;
	background-image: url(../images/portal/Registration_7.gif);
}