body{
    background-color: #FFF;
    margin: 0;
}

.container{
    width: 100%;
}
/*Í·²¿*/
.header{
    height: 100px;
    position: relative;
	background-color: #F8F8F8;
}
.header .lable{
    position: absolute;
    line-height: 50px;
    height: 50px;
    width: 347px;
    top: 40px;
    left: 70px;
}

.header .lable .logo{
    font-size: 32px;
    color: #32a4ef;
    font-family: Î¢ÈíÑÅºÚ;
    font-weight: bold;
}
.header .lable .title{

    font-family: Î¢ÈíÑÅºÚ;

    font-size: 24px;

    color: #666;
}

/*ÖÐ²¿*/
.content{
    position: relative;
    height: 530px;
    background:url(../images/login-bg.png) no-repeat center #2AA2F2;

}
.content_logo{
	display:none;
    position: absolute;

    top: 10px;

    left: 195px;
}
.loginform{

    border-radius: 10px;

    left: 785px;

    top: 100px;

    position: absolute;

    width: 438px;

    height: 340px;

    background-color: #fff;
}
.loginform .textfiled input{
    font-size: 14px;
    line-height: 32px;
    margin-top: 4px;
    height: 32px;
    border: 0px;
    width: 260px;
}
.loginform .textfiled{
    padding: 1px;
    border-radius: 5px;
    width: 334px;
    border: #CCC solid 1px;
    height: 40px;
}
.loginform .textfiled img{

    margin: 7px;
}
.loginform .username{
    position: absolute;
    top: 60px;
    left: 49px;
}
.loginform .password{
    position: absolute;
    top: 120px;
    left: 49px;
    border: #41a2fc solid 1px;
}
.loginform .companyCode{
    position: absolute;
    top: 180px;
    left: 49px;
}
.loginform_bottom{
    position: absolute;
    top: 245px;
    left: 49px;
    width: 334px;
}
.loginform_bottom label{
    font-size: 14px;
    color: #666;
}
.loginform_bottom .login_btn{

    font-size: 18px;

    border: 0;

    line-height: 33px;

    text-align: center;

    color: #fff;

    background-color: #2AA2F2;

    border-radius: 5px;

    float: right;

    width: 90px;

    height: 33px;
	font-family:"Î¢ÈíÑÅºÚ"
}

/*µ×²¿*/
.footer{
    height: 100px;display: none;
}