﻿@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}
body{background:#000; }
body.blue{background:#092869 url(../loginImg/bg_pic.png) 50% 50% no-repeat; }
body.red{background:#f7941d url(../loginImg/bg1.png) repeat-x; }
body.green{background:#979c23 url(../loginImg/bg2.png) repeat-x; }
/*登陆框*/
/*#loginWrap{padding-left:84px; width:550px; margin:0 auto; margin-top:10%;}*/
#loginWrap{position:relative;width:550px; margin:0 auto; margin-top:10%;}

/*登陆框头*/
#loginTop{height:115px; background:url(../loginImg/login_top.png?v=20171018) no-repeat; position:relative;}
#loginTop select{margin:73px 0 0 247px; width:161px; height:20px;}

/*样式更改*/
#changeStyle{position:absolute; top:10px; left:370px;}
#changeStyle span{display:inline-block; width:8px; height:8px; border:2px solid #fff; background:#000; cursor:pointer; overflow:hidden;}
#changeStyle span.blue{background:#09F;}
#changeStyle span.red{background:#F60;}
#changeStyle span.green{background:#3F0;}
#changeStyle span.current{border-color:#eee;}

/*登陆框尾*/
#loginBottom{height:92px; background:url(../loginImg/login_bottom.png?v=20171018) no-repeat;}

/*登陆框内容*/
#loginMillde{background:url(../loginImg/login_bg.png) repeat-y;}

#loginContents{padding:0 9px; width:451px; background:url(../loginImg/login_contents.png) bottom no-repeat; overflow:hidden; min-height:120px;}

.loginForm{margin-left:169px; margin-bottom:20px;}
.loginForm td{height:25px; line-height:25px;}
.loginForm label{color:#FFF; font-size:12px;}
.loginForm input[type=text], .loginForm input[type=password]{width:161px; height:22px; color:#808080;}
.loginForm button{background:url(../loginImg/button.png) no-repeat; width:70px; height:24px; border:none; color:#fff; cursor:pointer; margin-right:20px;}
.LoginIn{background:url(../loginImg/button.png) no-repeat; width:70px; height:24px; border:none; color:#fff; cursor:pointer; margin-right:20px;}
