﻿body,div,ul,li{padding:0; margin:0;}
ul li{list-style:none;}
/*------------------------------------- 2012-7-21　--------------------------------------*/
html,body,form{width:100%; height:100%;}
.wrap{width:100%; height:100%;background:#d7d7d7 url(images/login_bg.png) top repeat-x; vertical-align:middle; line-height:100%; }
.main{width:750px; height:450px;background:url(images/login_main.png) center 98px no-repeat; position:absolute;left:50% ;top:50%; margin-left:-375px; margin-top:-275px ;}
.login_logo{ width:594px;height:95px;background:url(images/logo_login.png) left no-repeat;}
.login_content{width:640px; height:60px; margin:75px 0 0 50px;}
.footer{position:fixed; bottom:0px;width:100%; height:60px;background:url(images/login_line.png) top repeat-x; line-height:50px; text-align:center;}
.font_blue{color:#0162a7;}
.footer  a.link{color:#787c9f;}
.l_help{display:inline-block;width:20px; height:20px; margin-bottom:-5px;background:url(images/login_help.png) no-repeat;}
.login_img{width:630px;height:150px;margin: 0 0 0 22px;}
.login_img #demo{OVERFLOW: hidden; WIDTH: 100%;}
.login_img #demo1 td,.login_img #demo2 td{height:137px; width:165px;background:url(images/img_bg.png) no-repeat;}
.login_img #demo1 td div,.login_img #demo2 td div{height:137px; width:165px; text-align:left; padding:4px 0 0 5px;}
.l_mbottom{height:27px;line-height:20px;padding: 30px 0 0 0; /*background: #f8f8f8;*/ width: 660px;} /*背景色到时去掉*/
.l_mbottom ul{height:160px;float:left; display:inline;margin-top:-7px;}
.l_mbottom ul li{display:inline;float:left;}
.l_mbottom .user_name{width: 53px;height:32px;float:left;line-height:32px;text-align:right;/* background: blue; */}
   .l_mbottom .input{width: 84px;height:18px;line-height:18px;margin: 9px 0 0 25px;border:0;background: none;float: left;}
	.l_mbottom .checkbox{margin-left:72px;height:18px;float:left;display:inline;}
	.l_mbottom .remember_password{color:#333;height:18px;line-height:18px;float:left;display:inline;width:175px;}
	.l_mbottom .login_button{width:100px;height:35px;float: left;margin-left: 489px;margin-top: -29px;display:inline;}
    .l_mbottom .user_input, .l_mbottom .password {float:left;}

.l_mbottom1{height:27px;line-height:25px;margin: 30px 0 0 0;background:url(images/img_font.png) center no-repeat;}
.l_mbottom0{text-align:right; margin-right:110px; margin-top:-3px;}
.l_mbottom span{float:left; display:inline-block; margin-left:28px;}
.l_mbottom span input{width:160px;height:20px; border:0; background:transparent; margin-top:2px;}
.l_mbottom_remember{margin:-4px 0 0 70px; }
.l_mbottom_remember div{ float:left;  font-family:Tahoma;}
.l_mbottom_remember div input{ vertical-align:middle;}
.remember2{ margin-left:200px;}

.div_btn_login{ float:right; margin-top:-3px;}
.login_btn{ width:72px; height:27px;background:url(images/btn_login_1.png) no-repeat; border:0; cursor:pointer;float:right;}
.login_btn:hover{ background:url(images/btn_login_2.png) no-repeat;}

.xij_user_input .input {
 width:100px;
}





.wap_1,.wap_bg1,.wap_bg2{margin:0 auto;
width:1024px;
height:750px;
}
.wap_bg1,.wap_bg2{background-image:url(images/loginbg1.jpg);
background-repeat:no-repeat;
 }
.wap_f{font-weight:bold;color:#4c4c4c;}
.wap_bg2{background-image:url(images/loginbg2.jpg); }
.wap_ta,.w_bot{width:206px;
height:140px;
margin:0 auto;
position:relative;
!important top:578px; 
top:478px;
left:-30px;
*top:475px;
}

.w118{width:118px;}
.h20{height:20px; line-height:20px;}
.w61{width:71px;}
.f_m{ vertical-align:middle;}
span.w_p13{padding-left:13px;}
span.w_m35,.w_marginleft35{margin-left:15px;}
span.w_mbg{background-color:#919191;}
span.w_fc{color:#000000;}
span.s_r{color:#FF0000;}
span.s_b1{color:#619ee9;}
span.s_b2{color:#153ddf;}

background-repeat:no-repeat;
border:none;
width:68px;
height:68px;
cursor:pointer;
}
.w_dl{ width:68px;position:relative;
!important top:-126px; 
top:-118px;
left:202px;
*top:-115px;
}
.w_bot{width:200px;
height:20px;
margin-top:108px;
}
.w_b_f{font-size:12px;
}
.l_wait_f{width:200px; text-align:center;font-size:14px; font-family:"宋体"; color:#808080;position:relative; 
top:318px;
left:540px;
top:400px;!important 
*top:395px;
_top:305px;
}
/*------------------------2012-7-20从LogOn.cshtml文件移入－－－－－－－－－－－－－－*/
        
        *        {            font-size:12px;         }
        
        /*屏蔽背景层*/
        #divMsgBack
        {
            display: none;
            position: fixed;
            _position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            background-color: #fff;
            background: -moz-radial-gradient(50% 50%, #fff, #000); /*gradient for firefox*/
            background: -webkit-radial-gradient(50% 50%, #fff, #000); /*new gradient for webkit */
            background: -webkit-gradient(radial, 0 50%, 0 50%, from(#fff), to(#000)); /*the old grandient for webkit*/
            opacity: 0.5;
            filter: Alpha(opacity=50);
            _display: block;
            _left: -10000px;
            z-index: 9999;
        }
        
        /*弹出层*/
        #divMsg
        {
            display: none;
            position: fixed;
            border: solid 5px gray;
            background-color: white;
            margin: 0 atuo;
            padding: 10px;
            line-height: 21px;
            border-radius: 15px;
            -moz-border-radius: 15px;
            box-shadow: 0 5px 27px rgba(0,0,0,0.3);
            -webkit-box-shadow: 0 5px 27px rgba(0,0,0,0.3);
            -moz-box-shadow: 0 5px 27px rgba(0,0,0,0.3);
            _position: absolute;
            _display: block;
            _left: -10000px;
            z-index: 10000;
        }
        
        /*关闭按钮*/
        #divMsg #aClose
        {
            font-family: Tahoma;
            border: solid 2px #ccc;
            padding: 0px 5px;
            text-decoration: none;
            font-size: 12px;
            color: blue;
            position: absolute;
            right: 5px;
            top: 5px;
            line-height: 14px;
            height: 14px;
            width: 7px;
            border-radius: 14px;
            -moz-border-radius: 14px;
            background-color: white;
        }
        
        #divMsg #aClose:hover
        {
            border: solid 2px red;
            color: red;
        }
        
        /*设置显示*/
        #msgBody #divMsgBack
        {
            display: block;
            _left: 0px;
        }
        #msgBody #divMsg
        {
            display: block;
            top: (document.body.clientHeight - divId.clientHeight) / 2;
        }
        #msgBody
        {
            _overflow: hidden;
        }
 /*------------------------2012-7-20从LogOn.cshtml文件移入END－－－－－－－－－－－－－－*/