*{
	margin: 0;
}
.login_head {
	height: 70px;
	width:100%;
    margin-bottom: 10px;
}
.login_head p{
	float: left;
	line-height: 80px;
	margin: 10px 0;
}
.title{
	height: 80px;
	text-align: center;
	line-height: 90px;
	color: #a29d9e;
	font-weight: bold;
}
.left_blank{
	width: 160px;
	height: 80px;
	float: left;
}
.login_body{
	width: 100%;
	height: 450px;
}
.login_body{
	background:url("/static/img/loginbg.jpg") no-repeat;
}
.login_form{
	border: 1px solid #bfc0c0;
	background: #ffffff;
	width: 300px;
	height: 300px;
	position: relative;
	left: 850px;
	top: 30px;
	padding: 30px 30px;
}
.user_input,.password_input,.submit_btn{
	height: 50px;
	width: 200px;
	padding: 8px 0px;
	margin: 20px 0px;
}
input {
	height: 40px;
	width: 300px;
	border: 1px solid #ddd;
    font: 14px "宋体";
    background: #ffffff;
}
.submit_btn{
    width: 300px;
}
.submit_btn input{
	background:url("/static/img/submit_btn.png") repeat;
	color: white;
	font-size: 20px;
	font-family: "微软雅黑";
}
.submit_btn input:hover{
	background: #a0c8f8;
    cursor: pointer;
}
.error_msg{
	height: 35px;
	width: 300px;
	background: #fff5d6;
	line-height: 35px;
	color: red;
	margin: 8px 0px;
}
h3{
	font:normal 18px/1 "microsoft yahei",Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #686464
}
.login_form{
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
}
.error_msg p{
    font:14px "microsoft yahei";
    margin: 10px 10px;
    padding: 8px 10px;
}
.footer{
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 20px 0px;
    padding-top: 40px;
    font-size: 14px;
}
.copy{
    margin-bottom: 0px;
}
.add{
	position: absolute;
	height: 206px;
	width: 678px;
	left: 150px;
	top: 314px;
	background: url("/static/img/add.png");
}
.title_bg{
    position: absolute;
    height: 100px;
	width: 200px;
    left: 170px;
	top: 100px;
    font: 25px bold;
    color: white;
}
.add2{
    background: url("/static/img/add2.png");
    position: absolute;
    height: 100px;
	width: 200px;
    border: 1px solid red;
}