* {
	margin: 0px;
	padding: 0px;
}

.head {
	width: 100%;
	height: 70px;
}

.width {
	width: 1200px;
	margin: 0 auto;
}

.white {
	width: 100%;
	height: 100px;
	background-color: #ededed;
	box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.1)
}

.logo {
	padding: 12px 60px 12px 40px;
	line-height: 100px;
	width: 318px;
	height: 74px;
	float: left;
}

.title {
	float: left;
	line-height: 100px;
	font-family: "微软雅黑";
	font-size: 30px;
	color: #333333;
}

body {
	background: url("../../img/login_bg.png") repeat fixed top;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	
}
.contentwidth {
	width: 1200px;
	margin: 0px auto;
}

.frame {
	height: 400px;
	background: #FFFFFF;
	margin-top: 100px;
	margin-right: 35%;
	filter: alpha(opacity = 80); /*支持 IE 浏览器*/
	-moz-opacity: 0.80; /*支持 FireFox 浏览器*/
	opacity: 0.80; /*支持 Chrome, Opera, Safari 等浏览器*/
	box-shadow: 3px 4px 6px rgba(0, 0, 0, 0.3);
}

.word {
	color: #606060;
	font-size: 22px;
	font-family: "微软雅黑";
	padding: 40px 190px;
}

.fields {
	text-align: center;
}

.name input {
	width: 260px;
	height: 34px;
	border: #08F 2px solid;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 6px;
}

.code input {
	width: 160px;
	height: 34px;
	border: #08F 2px solid;
	margin-bottom: 10px;
	font-size: 12px;
	border-radius: 6px;
	margin-right: 99px;
}

.password input {
	width: 260px;
	height: 34px;
	border: #08F 2px solid;
	font-size: 12px;
	margin-bottom: 10px;
	border-radius: 6px;
}

#name {
	background-image: url(img/posonal.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	line-height: 30px;
}

#password {
	background-image: url(img/lock.jpg);
	background-repeat: no-repeat;
	background-position: 12px;
	line-height: 30px;
}

#code {
	background-image: url(img/yzm.png);
	background-repeat: no-repeat;
	background-position: 12px;
	line-height: 30px;
}

#btnLogin {
	width: 260px;
	height: 36px;
	text-align: center;
	background-color: #08F;
	color: #FFFFFF;
	border-radius: 6px;
	margin: 10px 60px 0px 80px;
	line-height: 36px;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
}

.load:hover {
	background-color: #08F;
}

.arrow {
	margin: 25px 36px;
	width: 380px;
	line-height: 26px;
	font-size: 12px;
	color: #8c8c8c;
	text-align: left;
}

.arrow a {
	cursor: pointer;
	text-decoration: inherit;
}

.arrow a:hover {
	color: #008cdf;
}

.image {
	margin: 30px;
	width: 500px;
	float: left;
	margin-top: 220px;
}

.copyright {
	position: absolute;
	margin-bottom: 0px;
	height: 40px;
	width: 1920px;
	bottom: 0px;
	float: left;
}

.copyword {
	position: absolute;
	font-size: 12px;
	color: #FFFFFF;
	float: left;
	bottom: 0px;
	line-height: 44px;
	margin: 0 auto;
	padding-left: 770px;
}

.checkImg {
	position: absolute;
	width: 70px;
	height: 25px;
	z-index: 1;
	margin-top: 5px;
	margin-left: -71px;
}

#loginPanel {
	top: 308px;
	width: 420px;
	position: absolute;
}

#loginMsg {
	color: red;
	margin-left: 170px;
	margin-top: -31px;
	height: 30px;
}