﻿@CHARSET "UTF-8";

body {
	background-color: rgb(179, 198, 253);
	margin: 0 auto;
	text-align: center;
	font-family: 微软雅黑;
	position: relative;
}

.copyright {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	color: #B6B6B6;
	font-size: 10px;
}

#center {
	position: absolute;
	width: 800px;
}

#top {
	background-image: url(../images/login/logo.png);
	height: 200px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
	margin-top: 0px;
}

#main {
	background-image: url(../images/login/bg_login.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 300px;
	margin: 0 auto;
}

#login {
	height: 45px;
	width: 800px;
	padding-top: 30px;
	text-align: left;
}

#inputs {
	float: left;
	padding-left: 110px;
}

.input1 {
	width: 160px;
	height: 37px;
	line-height: 37px;
	margin-top: 30px;
	font-size: 18px;
	color: gray;
	margin-left: 8px;
	font-family: 微软雅黑;
	font-size: 14px;
}

.input2 {
	width: 70px;
	height: 20px;
	line-height: 20px;
	margin-top: 30px;
	font-size: 18px;
	color: gray;
	margin-left: 8px;
	font-family: 微软雅黑;
	font-size: 14px;
}

#btn {
	height: 39px;
	line-height: 39px;
	margin-top: 30px;
	background-image: url(../images/login/btn.png);
	background-repeat: no-repeat;
	width: 97px;
	text-align: center;
	color: white;
	margin-right: 30px;
	float: right;
	cursor: pointer;
	font-family: 微软雅黑;
	font-size: 16px;
}