﻿@charset "utf-8";
/* CSS Document */
html{height:100%;width:100%;}
body {
    margin: 0;
    background-image: url(/images/loginImages/login_bg.png);
    position: relative;
    height: 100%;
    width: 100%;
}
.clearfix{clear:both;}
img{display:block;}
a{text-decoration:none;}
h1,h2,h3{font-weight:normal;}
h2,h3{margin:0;}
html,body,div,dl,dd,ul{margin:0;padding:0;}
*{font-family:"微软雅黑";font-size:14px;}
a{cursor:pointer;}
p{cursor:default;}
li{list-style:none;}



.login_logo{position:absolute;left:50%;top:130px;margin-left:-270px;}
.login_box{width:414px;height:291px;position:absolute;top:228px;left:50%;margin-left:-225px;background-repeat:no-repeat;}
.footer{width:100%;text-align:center;color:#1a99cb;height:20px;font-size:12px;position:absolute;left:0;bottom:15px;}
.login_tit{margin-left:80px;margin-top:-20px;}

.login_column{width:360px; height:auto; float:right; margin-top:28px; display:inline-block;}
.login_in{width:100%; float:left;  background-repeat:no-repeat; margin-top:5px; line-height:43px;}
.login_in2{width:100%; float:left;  background-repeat:no-repeat; margin-top:5px; line-height:43px;}

.login_in font{float:left; font-size:14px;color:#fff;width:60px;}
.login_in input {
    width: 240px;
    height: 30px;
    float: left;
    padding-left: 15px;
    border: 0px;
    margin: 5px 0px 0px 2px;
    color: #006699;
    line-height: 35px;
    /*background-image: url(/images/loginImages/input_bg.png);*/
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 3px;
}
.login_in2 font{ font-size:14px;width:60px;}
.login_in2 input {
    width: 135px;
    height: 30px;
    float: left;
    padding-left: 15px;
    border: 0px;
    margin: 5px 0px 0px 2px;
    color: #006699;
    line-height: 35px;
    /*background-image: url(/images/loginImages/input_bg.png);*/
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 3px;
}
.login_in2 img{float:left;margin-top:4px;margin-left:23px;}


.login_btn1 {
    float: left;
    margin-top: 15px;
    display: block;
    width: 91px;
    height: 39px;
    background-image: url(/images/loginImages/btn_dl.png);
    background-repeat: no-repeat;
    margin-left: 60px;
}
.login_btn2 {
    float: left;
    margin-top: 15px;
    display: block;
    width: 91px;
    height: 39px;
    background-image: url(/images/loginImages/btn_cz.png);
    background-repeat: no-repeat;
    margin-left: 75px;
}

<!--
.login_btn1:hover {
    background-image: url(/images/loginImages/dl_cur.png);
    background-repeat: no-repeat;
}-->
.login_btn2:hover {
    background-image: url(/images/loginImages/cz_cur.png);
    background-repeat: no-repeat;
}