﻿/* CSS Document */
@charset "utf-8";
*{padding:0px; margin:0px; list-style:none;}
body{width:100%;margin:0px;padding:0px;background:url(images/bg03.jpg);width:100%;height:100%}
.top{width:960px;height:336px;margin:0 auto; background:url(images/bg01s.png) no-repeat; position:relative;top:100px;}
.bottom{width:960px;height:305px;margin:0 auto; background:url(images/bg02.jpg) no-repeat; position:relative}
.txt {
    position: absolute;
    top: 205px;
    left: 185px;
    width: 196px;
    height: 37px;
    line-height: 37px;
    border: 0px;
    color: #2F3E44;
    z-index: 2;
    font-size: 14px;
    font-family:微软雅黑;
    letter-spacing: 1px;
}
.pwd {
    position: absolute;
    top: 205px;
    left:401px;
    width: 196px;
    height: 37px;
    line-height: 37px;
    border: 0px;
    color: #2F3E44;
    z-index: 2;
    font-size: 14px;
    font-family:微软雅黑;
    letter-spacing: 1px;
}
.code{left:616px;width: 58px;}
.codeimg {
    position: absolute;
    top: 204px;
    left: 673px;
    width: 60px;
    height: 39px;
    border-radius: 2px;
}
#login_bt{position:absolute;top:207px;left:751px;width:102px;height:33px; background:transparent; z-index:3;border:0px; cursor:pointer}
.forget{color:#94adc3;position:absolute;top:247px;left:805px;font-size:12px; text-decoration:none}
.forget1{color:#ff6600;position:absolute;top:247px;left:745px;font-size:12px; text-decoration:none}
.item_list{position:absolute;top:70px;left:505px;width:300px;padding-top:20px;}
ul,li{padding:0;margin:0; font-size:12px;list-style:none; border:0;font-weight:normal;}
.item_list ul{width:100%}
.item_list li{width:100%;line-height:24px;color:#fff;}

.fade{ background-color: #FEFEFE; color: #CBCDCF}
