﻿* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.clearfix {
    *zoom: 1
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
    font-size: 0;
    clear: both
}
body {
    background: url(/images/bg.jpg) top center no-repeat;
    min-height: 768px;
}

.center {
    width: 290px;
    margin: 0 auto;
    padding-top: 286px;
}

.center li {
    margin-bottom: 8px;
    height: 36px;
}

.center li img {
    float: left;
    padding-top: 10px;
}

.center li input, .center li select {
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 260px;
    height: 36px;
    line-height: 36px;
    outline-style: none;
    padding-left: 3px;
    float: left;
    margin-left: 5px;
    box-sizing: border-box;
}
    .center li input#code_input {
        width: 98px;
        margin-left: 22px;
        margin-right: 10px;
    }

    .center .btn {
        width: 260px;
        height: 36px;
        line-height: 36px;
        background-image: linear-gradient(#00c6ff,#0072ff);
        border: 1px solid #006ef4;
        border-radius: 5px;
        float: left;
        margin-left: 21px;
        cursor: pointer;
        color: #fff;
        text-align:center;
    }

.footer {
    text-align: center;
    margin-top: 160px;
    font-size: 14px;
    color: #888;
    padding-bottom: 5px;
}

.footer a {
    color: #888;
    text-decoration: none;
}

.error {
    text-align: center;
    color: #f00;
    padding-top: 50px;
}

#txtCaptchaImageText {
    width: 120px;
}

#Jpeg {
    padding-top: 0;
}

