﻿/* CSS Document */
html,body,div,form,p,input{ margin:0; padding:0;}
html,body{
    width:100%;
    height:100%;
    min-width:1024px;
    min-height:600px;
}
html.ie{background-image:url(../images/loginBody_bg.png);
}
body{
    position:relative;
    width:100%;
    height:100%;
    background: url(../images/login_bg.jpg) no-repeat 0 0 / 100% 100%;
}
.ie body {background:url(../images/login_bg.jpg) no-repeat center center;}
.ie body form {_height: 580px;}
.loginBoxWrapper{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-195px;
    margin-left:-243px;
    width:310px;
    height:224px;
    padding:165px 86px 0;
    background-image:url(../images/loginBox_bg.png);
}
.loginBox{width:310px;}
.loginBox input{
    width:230px;
    height:42px;
    line-height:42px;
    border:none 0;
    color:#979393;
    background-color:transparent;
}
#txtUserNo{
    background-color:none;
    background-image:url(../images/userName_bg.png);
    padding-left:80px;
    font-size:14px;
}
#txtPwd{
    background-color:none;
    background-image:url(../images/password_bg.png);
    padding-left:80px;
    font-size:14px;
}
.password{margin:12px 0 32px;}
#btnLogin{
    width:310px;
    border-radius:3px;
    background-image:url(../images/loginBtn_bg.png);
    background-position:0px 0px;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}
#btnLogin:hover{background-position:0px -42px;}
#btnLogin:active {background-position:0px -84px;}
.loginMsg{
    margin-top:14px;
    text-align:center;
    color:red;
    font-size:14px;
}
p.copyright {
    width:100%;
    position:absolute;
    left:0;
    bottom:35px;
    color:#c2daff;
    font-size:16px;
    text-align:center;
}
p.browse {
    width:100%;
    position:absolute;
    left:0;
    bottom:70px;
    color:#c2daff;
    font-size:16px;
    text-align:center;
}