.modify-contents{
    width:1003px;
    height:500px;
    border:1px solid #ccc;
    margin:0 auto;
    background:#ccc;
}
.password-contents{
    width:500px;
    height:350px;
    margin:20px auto;
    background:#fff;
    border-radius: 5px;
    border:1px solid #c1c1c1;
    overflow: hidden;
}
.password-contents form{
   padding-top:20px;
}
.password-line{
    width:100%;
    height:50px;
    line-height:50px;
    text-align: center;
}
.password-name{
    display:inline-block;
    width:40%;
    height:50px;
    line-height:50px;
    float:left;
}
.password-input{
    display:inline-block;
    width:60%;
    height:50px;
    line-height:50px;
    float:left;
}
.password-name{
    text-align:right;
}
.password-input{
    text-align:left;
}
.password-input input{
    display:inline-block;
    width:180px;
    height:20px;
}
.password-btn{
    display:block;
    width:250px;
    height:40px;
    background:#c5201f;
    color:#fff;
    margin:20px auto;
    border:0;
    border-radius: 5px;
    font-size:16px;
    font-weight:bold;
}
.modify-password-header{
    width:100%;
    height:50px;
    background:#fff url("../images/cat_order_loginout.jpg") repeat-x 100% 100%;
    border-bottom:2px solid #c5201f;
}