body,html{margin:0;padding:0;font: 12px/1.5 "Microsoft Yahei","Helvetica Neue";color: #34495e;}
.content_main{width:700px;height:400px;margin-right:auto;margin-left: auto;text-align: center; margin-top: 140px;}
.loginbox{float:left;width:400px;margin:0 auto;}
.loginbox .title{display:block;height: 40px;}
.loginbox .title h2{ float:left;margin:0;padding:0;line-height: 40px;font-size: 20px;font-weight: normal; }
.loginbox .title span{font-size: 14px;padding-top: 12px;float: right;}
.loginbox .title span a{color:#3498db;outline: medium none;text-decoration: none;}
.loginbox .LoginForm{margin-top:100px;}
.loginbox .label {
	display: block;
	height: 40px;
	width: 100%;
	border-bottom: #e9ecee 1px solid;
	margin-top: 30px;
}
.loginbox .label.label-current{
	border-bottom: #3498db 1px solid;
	color:#5d6d7e;
	background-position: 0px 5px;
}
.loginbox .label .input{
	width: 350px;
	margin-left: 30px !important;
	border: none;
	height: 20px;
	font-size: 16px;
	padding: 10px 2.5%;
	line-height: 20px;
	color: #b8c4ce;
	background: #fff;
	letter-spacing: normal;
	outline: none;
}
.loginbox .label.label-user{background: url("../images/user_1.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-lock{background: url("../images/lock_1.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-email{background: url("../images/email_1.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-tel{background: url("../images/phone_1.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-weixin{background: url("../images/weixin_1.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-user.label-current{background: url("../images/user.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-lock.label-current{background: url("../images/lock.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-email.label-current{background: url("../images/email.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-tel.label-current{background: url("../images/phone.png") no-repeat scroll 0px 5px transparent;}
.loginbox .label.label-weixin.label-current{background: url("../images/weixin.png") no-repeat scroll 0px 5px transparent;}
#login-button{
	width: 400px;
	height: 50px;
	background-color:#4F94CD;
	color: white;
	text-align: center;
	border:1px solid;
	border-radius:5px;
	-moz-border-radius:5px; /* Old Firefox */
	font-family: Microsoft Yahei;
	font-size: 16px;
	outline:none;
}
.login-msg{
	color: #b8c4ce;
	font-size: 14px;
}
.login-forget{
	text-decoration: none;
	color: #4682B4;
	font-size: 14px;
	margin-right: 60px;
}
#notice-main{
	height: 40px;
}
#notice-input{
	float: left;
	zoom:150%;
	margin-top: 10px;
	outline: none;
}
.notice-msg{
	float: left;
	color: #b8c4ce;
	font-size: 14px;
	margin-top: 12px;
}
.notice_item{
	text-decoration: none;
	color: #4682B4;
	font-size: 14px;
}

/***********第三方登陆*************/
.third_login_box{
	float:left;
	width: 165px;
	height: 280px;
	margin-left: 100px;
}
.third_login_box .title{
	width: 100%;
	height: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.third_login_box .title h2{
	margin:0;
	padding:0;
	line-height: 40px;
	font-weight: normal;
	font-size: 18px;
	color: #34495e;
}
.third_login_box a{
	display: block;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
}
.third_login_box a img{
	display: block;
	float: left;
	width: 26px;
	height: 26px;
	margin: 7px 5px 0 20px;
	border: 0 none;
}
.third_login_box a span{
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 12px;
	color: white;
}