@CHARSET "UTF-8";

/* 中间部分基本样式 */
#content {
    float: left;
    width: 50%;
    margin: 50px 25%;
    min-height: 60%;
}

/* 找回密码界面样式设置 */
#find_password_center {
    float: left;
    min-height: 550px;
    border: 1px solid #DEDEDE;
    width: 100%;
}

/* 找回密码方式进行设置 */
#fp_way {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #DEDEDE;
}

#fp_way a {
    font-size: 17px;
    height: 58px;
    line-height: 58px;
    vertical-align: middle;
    color: #666;
    display: inline-block;
    margin: 0 20px;
    border-bottom: 3px solid #00000000;
}

#fp_way a:HOVER {
    border-bottom: 3px solid #FE7517;
}

#fp_way .active {
    border-bottom: 3px solid #FE7517;
}

/* 对表单进行设置 */
#fp_content {
    height: auto;
    width: 100%;
    margin: 20px 0 0 0;
    float: left;
}

/* 对表格进行设置 */
#fp_content table {
    margin: 10px 0 0 20px;
    font-size: 14px;
    text-align: left;
}

#fp_content table tr td {
    padding: 12px 0;
}

/* 对输入框的设置 */
#fp_content input {
    margin-left: 20px;
    padding-left: 7px;
    border: 1px solid #DEDEDE;
    height: 40px;
    width: 300px;
    line-height: 40px;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 14px;
}

/* 对输入框的鼠标移动效果 */
#fp_content input:HOVER {
    border: 1px solid #FE7517;
}

#fp_content table label {
    font-size: 14px;
}

#sms_code, #e_code {
    color: #FE7517;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    font-size: 14px;
    padding: 10px 25px;
    background-color: transparent;
    cursor: pointer;
    font-weight: normal;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

/* 对保存按钮进行设置 */
#save_submit {
    cursor: pointer;
    color: #fff;
    float: right;
    background-color: #FE7517;
    cursor: pointer;
}

#save_submit:HOVER {
    background-color: #FE6517;
}