@charset "utf-8";

/*全局公共样式*/

/*登陆输入框*/
.wbk {
	height: 18px;
	width: 150px;
}
/*验证码输入框*/
.wbk_2{
	height: 18px;
	width: 70px;
}

/*文本输入区域*/
.wbk_3{
	height:150px;
	width:400px;
}

/*玩家登陆记录物品下拉选框*/
.wbk4 {
	height: 20px;
	width: 158px;
	border: 1px solid #829cbd;
	line-height: 30px;
}

/*按妞基本样式*/
.button {
	height: 24px;
	line-height: 20px;
}

/*四字按钮弹起样式*/
.buton2 {
	height: 24px;
	width: 70px;
	line-height: 20px;
}

/*四字按钮按下样式*/
.buton3 {
	height: 24px;
	width: 70px;
	line-height: 20px;
	background-color: #f5f5eb;
	border: 1px solid #c9c7ba;
}
.loginbox {
	height: 30px;
	margin: auto;
	width: 1280px;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.login {
	line-height: 24px;
	font-family: "宋体";
	font-size: 12px;
	color: #ffffff;
	float: right;
	padding-top: 3px;
	margin-right: 265px;
	text-align: center;
}
.mainbox {
	height: 790px;
	margin: auto;
	width: 1280px;
}
.bottombox{
	height: 75px;
	margin: auto;
	width: 100%;
	background-image: url(../images/b_bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}
.bottombox_text{
	width: 100%;
	line-height: 24px;
	font-family: "宋体";
	font-size: 12px;
	color: #a8c56b;
	text-align: center;
	padding-top: 13px;
}
