a{
	text-decoration: none;
	color: inherit;
}
html{
	height: 100%;
}
body{
	background: url('/static/img/bg2.jpg') center no-repeat;
	background-size: 100% 100%;
}
.main_bak{
	position:absolute;
	width:450px;
	height:400px;
	left:50%;
	top:50%;
	margin-left:-225px;
	margin-top:-200px;
}
.main{
	position:absolute;
	width:450px;
	height:400px;
	top:50%;
	margin-top:-200px;
	float:right;
	right:10%;
}
.title_div{
	width:450px;
	height:100px;
	line-height:100px;
	font-size:30px;
	color:#FFF;
	text-align:center;
	/*background-color:#1E9FFF;*/
	background-color:#FFF;
	border-radius:10px 10px 0px 0px;
}
.login_div{
	width:450px;
	height:300px;
	/*background-color:#FFF;
	border-radius:10px;*/
	background-color:#FFF;
	border-radius:0px 0px 10px 10px;
}
.login_div_tb{
	position:relative;
	left:50px;
	top:15px;
	/*background-color:#9C0;*/
}
.login_div_tb tr{
	height:52px;
	line-height:52px;
}
.tb_lab{
	font-size:15px;
	text-align:right;
}
.tb_lab2{
	font-size:15px;
	text-align:center;
}
.tb_input{
	width:300px;
	height:30px;
	border-bottom: 1px solid #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.tb_input_min{
	width:190px;
	height:30px;
	border-bottom:1px solid #cccccc;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}
.tb_input,.tb_input_min:focus{
	outline: none;
}
.tb_lab img{
	margin-right:5px;
}
.forget{
	font-size:15px;
	color:#1E9FFF;
	cursor:pointer;
}
.yzm_img{
	width:100px;
	height:30px;
	vertical-align:middle;
	cursor:pointer;
}
.log_submit_bak{
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #1E9FFF;
    -moz-border-radius:5px;
    border-radius:5px;
	cursor:pointer;
}
.log_submit{
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    background-color: #37b44c;
    -moz-border-radius:20px;
    border-radius:20px;
	cursor:pointer;
}