input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#userlogin_body {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    /*BACKGROUND: url(../Images/user_all_bg.gif) #226cc5 repeat-x 50% top;*/

    BACKGROUND: #004085;
    PADDING-BOTTOM: 0px;
    MARGIN: 50px 0px 0px;
    FONT: 12px/150% Arial, "����", Helvetica, sans-serif;
    PADDING-TOP: 0px;
    TEXT-DECORATION: none
}

.user_main_title {
    font-size: 22px;
    height: 40px;
    font-weight: 500;
    color: #2d2d2d;
    font-family: "lucida Grande", Verdana, "Microsoft YaHei";
    /*font-family:YouYuan;*/
}

.user_main_line {
    width: 100%;
    height: 60px;
}

.inputstyle {
    top: 0px;
    background: none;
    padding: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    left: 0px;
    height: 38px;
    border-radius: 3px;
    width: 280px;
}

.user_main {
    width: 1280px;
    margin: auto;
}

.user_main_top {
    width: 100%;
    height: 170px;
    background: url(../Images/top.jpg);
}

.user_main_middel {
    height: 333px;
    margin-top: -1px;
}

.user_main_left {
    float: left;
    width: 733px;
    height: 100%;
    background: url(../Images/left.jpg);
	background-size:100% 100%
}

.user_main_right {
    float: left;
    width: 227px;
    height: 100%;
    background: url(../Images/right.jpg);
}

.login_button {
    right: 0px;
    top: 25px;
    border-radius: 0px;
    outline: none;
    border-radius: 3px;
}

.btn {
    background: none;
    border: 1px solid #cccccc;
    height: 40px;
    line-height: 39px;
    width: 100%;
    outline: none;
    font-weight: normal;
}

.user_main_box {
    padding: 20px;
    float: left;
    width: 280px;
    height: 265px;
    background: #fbfbfb;
    /*background: url(../Images/form.jpg);*/
}

.user_main_botton {
    width: 100%;
    height: 139px;
    background: url(../Images/bottom.jpg);
}
