@charset "utf-8";
/* CSS Document */

#login {
    background-color: #FFFFFF;
    border: 5px solid #BFBFBF;
    box-shadow: 0 1px 5px 0 #000000;
    height: auto;
    left: 50%;
    margin: 50px auto 0 -166px;
    padding-bottom: 10px;
    position: absolute;
    width: 292px;
}

#login h2 {
    background-color: #01608C;
    border-bottom: 2px solid #BFBFBF;
    color: #FFFFFF;
    font-size: 12pt;
    line-height: 30px;
    margin: 0 0 25px;
    text-align: center;
}

#login table {
    margin: 0 auto 10px;
}
.center {
	text-align:center;
}
.center > input {
    width: 80px;
}
#login_bg {
    background: url("../images/stratistic_bg.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 4px solid #BFBFBF;
    border-top: 1px solid #BFBFBF;
    box-shadow: 0 1px 2px 0 #000000;
    height: 20px;
    left: 0;
    position: absolute;
    top: 242px;
    width: 100%;
    z-index: -1;
}
#key {
    background: url(../images/key.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 170px;
    left: 50%;
    margin-left: -230px;
    position: absolute;
    top: 211px;
    width: 177px;
}
#login p {
    color: #FF0000;
    margin: 0;
    text-align: center;
}