@charset "utf-8";
/* CSS Document */
body,html{ width:100%; height:100%; font-family:"微软雅黑", "宋体"}
.bodyBg{ background:url(../images/login_bg.png) center center no-repeat}
.login{ width:849px; position:absolute; top:50%; left:50%; margin-top:-186px; margin-left:-425px; }
.loginLogo{ padding-bottom:28px; height:57px; text-align:center}
.loginInner{ width:849px; height:260px; background:url(../images/login_inner.png) no-repeat; z-index:2}
.loginInner table{ width:400px; height:150px; float:right; margin:48px 24px 0 0; position:relative; z-index:3}
.loginInner .inputlogin{ width:200px; height:28px; line-height:28px; border:1px solid #B2B2B2; border-bottom:1PX solid #cacaca; color:#333333;float:left}
.loginInner .color333{ color:#333}/*手工输入的文字颜色添加样式*/
.loginInner .sellogin{ width:204px; height:20px; line-height:20px; border:1px solid #B2B2B2; border-bottom:1PX solid #cacaca;}
.loginInner .btnlogin{ width:75px; height:77px; background:url(../images/btn_login.png) no-repeat; border:0 none; color:#FFF; font-size:17px; cursor:pointer}
.loginBot{ width:100%; height:100px; background:url(../images/login_bgpic.png) top center no-repeat; position:absolute; bottom:0px;}