﻿.zj-findPassWord-container
{
    width:1150px;
    min-height:360px;
    padding-left:5px;
    padding-right:5px;
    background:#fff; 
    margin:0 auto;   
}
.zj-findPassWord-navBox
{
    width: 642px;
    height: 24px;
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 40px;
}
.zj-findPassWord-nav
{
    width:160px;
    height:5px;
    background:#CCCCCC;    
    position:relative;
    float:left;
    margin-top:7px;
}
.zj-findPassWord-nav.active
{
    background:#7ABD54;    
}
.zj-findPassWord-nav.active .zj-findPassWord-navIcon
{
    background:url(./Images/findPwdBg.png) no-repeat;   
} 
.zj-findPassWord-nav.active .zj-findPassWord-navTxt
{
   color:#7ABD54;  
} 
.zj-findPassWord-navIcon
{
    display:block;
    position:absolute;
    left:68px;
    top:-11px; 
    width:24px; 
    height:24px;
    background:url(./Images/findPwdBggreen.png) no-repeat;
    text-align:center;
    font-size:12px;
    color:#fff;
    line-height:24px;
}
.zj-findPassWord-navTxt
{
    width:100%;
    height:14px;
    line-height:14px;
    color:#999;    
    font-size:12px;
    text-align:center;
    margin-top:20px;
}
.zj-findPassWord-content
{
    width:100%;
    padding-top:10px;  
    padding-bottom:30px;  
}
.zj-findPassWord-list
{
    width:100%;
    height:30px;   
    margin-top:20px;
}
.zj-findPassWord-listName
{
    width:300px;
    height:30px;
    text-align:right;
    line-height:30px;
    color:#666;
    font-size:14px; 
    float:left;
}
.zj-findPassWord-listRight
{
    width:358px;
    height:30px;
    float:left; 
    line-height:30px;
    color:#999;
    font-size:14px;    
}
.zj-findPassWord-listInput 
{
    width:350px;
    height:28px;
    border:1px solid #c8c8c8;
    background:#fff;
    line-height:28px;
    text-indent:10px;
    color:#666;
    font-size:12px;
    margin-left:4px;
    border-radius:4px;
}
.zj-findPassWord-listError
{
    float:left;
    height:30px;
    line-height:30px;
    color:red;
    font-size:14px;   
    margin-left:8px;
}
.zj-findPassWord-btnBox
{
    width:100%;
    height:40px;
    padding-top:40px;  
    padding-bottom:40px;
}
.saveBtn
{
    width: 75px;
    height: 28px;
    background: #076CE0;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    margin-left:304px;
}
.duanxin
{
    height: 30px;
    background: #F1F9EB;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    border:1px solid #C9DCBB;
    padding-left:10px;
    padding-right:10px;
    margin-left:10px;
}
.zj-findPassWord-page
{
    display:none;    
}
.zj-findPassWord-page.active
{
    display:block;    
}
.zj-findPassWord-page2 .zj-findPassWord-list
{
    margin-left:77px !important;    
}
.zj-findPassWord-page3 .zj-findPassWord-listName
{
    width:410px !important;    
}
input[disabled="disabled"]
{
    background:#EBEBE3;    
}
.zj-findPassWord-successsBox
{
    height:60px;
    line-height:60px;
    color:#666; 
    font-size:16px;
    margin-left:250px;
}
.zj-findPassWord-successsBox span
{
    color:red;
    padding-right:2px;
    font-weight:bold;    
}