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

body {
    background-image: url(../images/login_bg.jpg);
    background-color: #222222;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}

.box {
    width: 980px;
    margin: 0 auto;
}

.title {
    font-size: 3em;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 850px;
    height: 1.5em;
    text-shadow: -2px 1px 3px #403333;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 10px;
}


.subTitle {
    font-size: 3em;
    font-weight: bold;
    color: white;
    text-align: center;
    width: 850px;
    height: 1em;
    text-shadow: -2px 1px 3px #403333;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo {
    width: 450px;
    height: 85px;
    margin: 0 auto;
    background: url(../images/logo02.png) no-repeat;
    margin-top: 10px;
    margin-bottom: 16px;
}

.login_input {
    width: 498px;
    height: 280px;
    margin: 0 auto;
    background-color: #000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: relative;
    -ms-filter: ”progid:DXImageTransform.Microsoft.Alpha(opacity=50) ”;
}

.input_bg {
    background: url(../images/input_bg01.png) no-repeat;
    width: 406px;
    height: 55px;
    margin-bottom: 15px;
}

.input_bg input {
    margin: 12px 0 0 80px;
    width: 250px;
    height: 26px;
    border: 1px solid #fff;
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.input_bg02 input {
    margin: 12px 0 0 80px;
    width: 250px;
    height: 26px;
    border: 1px solid #fff;
    color: #999;
    font-size: 12px;
    line-height: 26px;
}

.input_bg02 {
    background: url(../images/input_bg02.png) no-repeat;
    width: 406px;
    height: 55px;
    margin-bottom: 15px;
}

.posion_login {
    position: relative;
}

.input_z {
    position: absolute;
    z-index: 7;
    left: 289px;
    top: 22px;
}

.input_btn {
    position: absolute;
    z-index: 9;
    left: 586px;
    top: 162px;
    width: 110px;
    height: 54px;
}

.input_btn button {
    width: 110px;
    height: 54px;
    background-color: #14141400;
    background-image: url(../images/btn.gif);
    border: none;
    cursor: pointer;
    background-color: none;
}

.remember {
    color: #FFF;
    text-align: center;
}

.remember img {
    margin-right: 10px;
}

.login_footer {
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;
    width: 980px;
    margin-top: 60px;
    margin-bottom: 50px;
}

.thumbnails {
    width: 100%
}.thumbnails img {
    width: 200px;
}
.thumbnails > li {
    margin:0 77px;
}