*{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}
#div_bg{
    width: 100%;
    height: 320px;
    background: url("../images/login_bg.png") no-repeat center;
}
#shang{
    width: 100%;
    height: 60px;
}
#logo_div{
    width: 100%;
    height: 102px;
    text-align: center;
}
#slogn_div{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    text-align: center;
}
#slogn_english_div{
    width: 100%;
    height: 20px;
    margin-top: 20px;
    text-align: center;
}
.slogn_chinese{
    font-size: 50px;
    color: #FFFFFF;
}
.slogn_english{
    font-size: 20px;
    color: #FFFFFF;
}
#wrap{
    height: 50%;
    width: 100%;
}
#form_div{
    width: 400px;
    height: 460px;
    margin: 0 auto;
    position: relative;
}
.error_hint{
    font-size: 16px;
    color: red;
    left: 20px;
    position: absolute;
    top: 40px;
}
#j_username{
    font-size: 16px;
    margin-left: 20px;
    margin-top: 80px;
    width: 349px;
    height: 40px;
    background: url("../images/icon_user.png") no-repeat #FFFFFF 330px;
    border: 1px solid #e5e5e5;
    padding-left: 11px;
}
#pwd_input{
    font-size: 16px;
    margin-left: 20px;
    margin-top: 40px;
    width: 349px;
    height: 40px;
    background: url("../images/icon_pwd.png") no-repeat #FFFFFF 330px;
    padding-left: 11px;
    border: 1px solid #e5e5e5;
}
#check{
    margin-left: 20px;
    margin-top: 20px;
}

#find_pwd{
    text-decoration: none;
    margin-top: 10px;
    color: #666666;
}
#btn_submit{
    background-color:#3497DB;
    border: 0px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 18px;
    width: 362px;
    height: 40px;
    margin-left: 20px;
    font-size: 20px;
    margin-top: 25px;
    outline: none;
}
#btn_submit:hover{
    background-color:#2F88C5;
}
#btn_submit:active{
	background-color: #C0C0C0;
}
#footer{
    height: 50px;
    text-align: center;
    font-size: 12px;
    color: #666666;
    border-top: 1px solid #CCCCCC;
    padding-top: 15px;
}

#div_tips {
	width: 100%;position: absolute;
	left:0;top:0;float:left;
	line-height:50px;background:#FFb; color:#777; 
	z-index:9000;border-bottom:1px solid #fd0; 
	display:none; overflow:hidden;font-size: 13px;
	font-family: "微软雅黑";margin: auto;text-align: center;
}
#ie_low {text-align: center;}
#ie_low a {text-decoration: none;color: #09C;}