﻿
input[type="text"], input[type="password"] {
    font: 14px "Microsoft Yahei";
    border-radius: 3px;
    line-height: 18px;
    padding: 7px 5px;
    border: 1px solid #CCC;
    box-shadow: 0px 1px 0px #ECECEC inset;
    color: #595959;
    width: 200px;
}
    input[type="text"]:hover, input[type="password"]:hover {
        border-color: #a6a6a6;
    }
    input[type="text"]:focus, input[type="password"]:focus {
        background: #e9fbfe;
        border-color: #69C5DD;
        box-shadow: 0px 0px 2px #A6CFFF;
    }


.form_itemlist {
    list-style: none;
    font: 14px "Microsoft Yahei";
    overflow: hidden;
}
    .form_itemlist li {
        margin: 25px 0px;
    }
        .form_itemlist li span:first-child {
            display: inline-block;
            width: 100px;
            text-align: right;
            margin-right: 15px;
        }
        .form_itemlist li span {
            margin-right: 10px;
        }

.layout_account {
    min-height: 600px;
    padding: 20px 0;
}

.register_block {
   min-height: 500px;
   padding: 10px;
}
.form_itembox {
    padding: 10px 0 10px 120px;
}

.input-tip {
    padding: 5px 0px;
    font-size: 12px;
    color: #8f8f8f;
}
.btn-enable {
    text-align: center;
    display: inline-block;
    width: 70px;
    text-decoration: none;
    color: #fff;
    background-color: #44aefe;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
    .btn-enable:hover {
        color: #fff;
    }
    .btn-enable:focus {
        color: #fff;
        text-decoration: none;
    }

.btn-disable {
    text-align: center;
    display: inline-block;
    width: 70px;
    text-decoration: none;
    color: #999;
    background-color: #f4f5f6;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    cursor: default;
}
    .btn-disable:hover {
        color: #999;
    }
    .btn-disable:focus {
        color: #999;
        text-decoration: none;
    }

.regsucc_block {
    padding: 20px 40px;
    height: 500px;
    overflow: hidden;
}
    .regsucc_block > div {
        margin-bottom: 35px;
    }
    .regsucc_block p {
        line-height: 36px;
        font-size: 16px;
    }
    .regsucc_block span {
        margin-right: 10px;
    }
    .regsucc_block em {
        font-size: 20px;
        color: #ff6d00;
        font-style: normal;
        font-weight: 600;
    }

.stepbar-block {
    margin: 10px 0px 20px;
}
.stepbar-ul {
    list-style: none;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}
    .stepbar-ul li {
        position: relative;
        float: left;
        width: 220px;
        display: inline-block;
        font-size: 14px;
        color: #999999;
        background-color: #dedede;
    }
.step-arrow-bg {
    position: absolute;
    left: 220px;
    top: -2px;
    width: 0;
    height: 0;
    border-width: 17px 0 17px 17px;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}
.step-arrow-fg {
    position: absolute;
    left: 220px;
    top: 0px;
    border-color: transparent transparent transparent #dedede;
    width: 0;
    height: 0;
    border-width: 15px 0 15px 15px;
    border-style: dashed dashed dashed solid;
    font-size: 0;
    line-height: 0;
    z-index: 1;
}
.step-num {
    font-size: 18px;
    font-weight: 700;
    font-family: arial;
}
.step-curr-li {
    background-color: #ff8900 !important;
    color: #fff !important;
}
.step-curr-arrow {
    border-left-color: #ff8900;
}


.retrieve_block {
    border:1px solid #dddddd; 
    padding-top: 40px;
    overflow: hidden;
    min-height: 400px;
}
.retrieve_inner {
    margin:0 auto; 
    width:450px;
}

.retrieve_tip {
    line-height: 35px;
    font-size: 14px;
    color: #333;
}
    .retrieve_tip b {
        color: #f76120;
        font-weight: 500;
    }

.retrievetype_block {
    overflow: hidden;
    min-height: 400px;
}
.retrievetype_list {
    list-style: none;
    background: #fff;
}
    .retrievetype_list li {
        border: 1px solid #ddd;
    }
        .retrievetype_list li:hover {
            background-color: #f9f9f9;
        }

.retrievetype_form {
    margin: 0 auto;
    width: 500px;
    position: relative;
    padding: 30px 0px 30px 100px;
}
.retrievetype_img {
    position: absolute;
    width: 70px;
    height: 50px;
    background-repeat: no-repeat;
    left: 10px;
    top: 25px;
}
.retrievetype_name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}
.retrievetype_desc {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.retrieve_head {
    padding: 20px 0px 20px 80px;
    position:relative;
}

.retrievereset_theme {
    font-size: 18px;
    font-weight: 500;
}

.retrieve_head_img {
    position: absolute; 
    top: 12px;
    left: 30px; 
}

.retrievesucc_theme {
    font-size: 22px;
    font-weight: 400;
    color: #090;
}
.retrievesucc_block {
    text-align:center; 
    padding-top: 70px;
}

.invalid_block {
    padding-top: 60px; 
    min-height: 400px;
    font-size: 22px;
}

.login_block {
    min-height: 600px;
    padding-top: 70px;
}

.login_module {
    width: 330px;
    padding: 20px 30px;
    font: 12px "Microsoft Yahei";
}
    .login_module a {
        color: #00A2CA;
        text-decoration: none;
        font-weight: 400;
    }

.login_caption {
    border-bottom: 1px solid #CCC;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 600;
}

.login_notice {
    border: 1px solid #F6C8B5;
    background: #FCEEE8;
    line-height: 18px;
    padding: 4px 12px;
    margin-top: 10px;
}
.login_errtext {
    margin-left: 5px;
}

.login_dl {
    margin: 10px 0 20px;
}
    .login_dl dt {
        padding: 8px 0px 2px;
    }
    .login_dl dd {
        padding: 2px 0px 8px;
    }
    .login_dl label {
        font-weight: bold;
        font-size: 13px;
    }


.login_input {
    margin-top: 6px;
    width: 100% !important;
}

.login_btn {
    color: #fff;
    background-color: #00a2ca;
    border: none;
    cursor: pointer;
    border-radius: 4px;
    box-shadow: 0px 1px 1px #EBE7E6;
    font: bold 14px "Microsoft Yahei";
    width: 100%;
    height: 36px;
    text-align: center;
}
    .login_btn:hover {
        background-color: #33b5d4;
    }
    .login_btn:active {
        background-color: #008fb2;
    }

.logintext_block {
    overflow: hidden;
    margin-top: 15px;
    text-align: right;
}