﻿*{
    font-size: 14px;
}
form, body{
    margin: 0px;
    padding-left: 0px;
}

body{
    background: url("../imgs/bg3.png");
    background-color: #ffffff;
}
.frame{
    height: 643px;
    position: relative;
    background: url("../imgs/bg2.png")  repeat-x;
    background-color: #ffffff;
    padding-top: 39px;
}

.Logo{
    background: url("../imgs/home-logo.png") no-repeat;
    _background:none;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="resource/imgs/home-logo.png");
    width: 620px;
    height: 74px;
    margin: 0 auto;
}

.main{
    background: url("../imgs/main.png") left bottom no-repeat;
    _background: url("../imgs/main.png") no-repeat;
    width: 1003px;
    height: 382px;
    margin: 0 auto;
    margin-top: 52px;
}

.left{
    width: 242px;
    height: 175px;
    _height: 65px;
    float: left;
    margin: 80px 0 0 37px;
    _margin: 135px 0 0 30px;
}

.loginInfo input{
    background: url("../imgs/input-default.png") no-repeat;
    width: 226px;
    height: 38px;
    line-height: 38px;
    border: none;
    padding-left: 8px;

}

#yzm{
    width: 102px;
    height: 38px;
    background: url("../imgs/input-yzm.png") no-repeat;
}

#yzm_img{
    width: 110px;
    height: 36px;
}

.error{
    display: none;
    color: #e19ab8;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

#search{
    width: 234px;
    padding: 0px;
    background: url("../imgs/button.png") no-repeat;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.middle{
    float: left;
    margin-top: 22px;
    margin-left: 40px;
    width: 470px;
}

.title{
    font-weight: bold;
    color: #48608e;
    height: 34px;
    line-height: 34px;
    margin-left: 10px;
    padding-left: 20px;
    background: url("../imgs/main-ico.png") no-repeat;
    background-position: 0px 10px;
}

.forgetPwd{
    color: #fff;
    text-align: right;
    display: block;
    margin-top:5px;
}

.footer{
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    text-align: center;
    background-color: #4d565c;
    color: #fff;
    bottom: 0;
    width: 100%;

    position: fixed; !important;
    z-index: 5;

    _position:absolute;
    _top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}

.listTitle {
    display: block;
    width: 120px;
    color: #c2dde4;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}

.msg{
    width: 150px;
    border: 1px solid rgb(37,122,209);
    border-top:0px;
    padding: 4px;
    padding-bottom: 24px;
    word-wrap: break-word;
    margin-bottom: 20px;
    color: #333;
    background: #72c9f6;
    cursor: pointer;
    font-weight: bold;
}

.btnList{
    float: right;
    width: 180px;
    padding-top: 70px;
}