#tbChangePassword {
    border-style: none;
    border-width: 0px;
    width: 100%;
}

.UserImg {
    width: 128px;
    height: 128px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ChangePasswordLeft {
    padding-top: 3pt;
    padding-bottom: 3pt;
    font-size: 10.5pt;
    text-align: right;
    width: 30%;
}

.ChangePasswordRigth {
    padding-top: 3pt;
    padding-bottom: 3pt;
    font-size: 11pt;
    text-align: left;
}

.textInput {
    border-color: #1385a7;
    border-width: 1px;
    border-style: solid;
    width: 250px;
    height: 15pt;
}

.shuming {
    text-align: left;
    font-size: 9pt;
    color: #7e7e7e;
}

.message {
    font-size: 9pt;
    color: Red;
}

.btnSmall {
    background-color: Transparent;
    background-image: url("../img/button1.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button1.gif*/;
    width: 54px;
    height: 24px;
    cursor: hand;
    border-style: none;
    color: Black;
}

    .btnSmall:hover {
        background-image: url("../img/button2.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button2.gif*/;
    }

.btnBigBig {
    background-color: Transparent;
    background-image: url("../img/button7.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button7.gif*/;
    width: 113px;
    height: 24px;
    cursor: hand;
    border-style: none;
    color: Black;
}

    .btnBigBig:hover {
        background-image: url("../img/button8.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button8.gif*/;
    }

.btnBig {
    background-color: Transparent;
    background-image: url("../img/button3.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button3.gif*/;
    width: 78px;
    height: 24px;
    cursor: hand;
    border-style: none;
    color: Black;
}

    .btnBig:hover {
        background-image: url("../img/button4.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button4.gif*/;
    }

.btnMedium {
    background-color: Transparent;
    background-image: url("../img/button5.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button5.gif*/;
    width: 66px;
    height: 24px;
    cursor: hand;
    border-style: none;
    color: Black;
}

    .btnMedium:hover {
        background-image: url("../img/button6.gif")/*tpa=http://www.ibucm.com/ibucm2012/img/button6.gif*/;
    }

.Panel1 {
    width: 100%;
    margin-top: 20px;
    text-align: center;
    min-width: 800px;
}

.tbMain1 {
    width: 780px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.T_SmallBorder {
    border-collapse: collapse;
    border: none;
    background: #FFFFFF;
}

    .T_SmallBorder th {
        border: solid 1px #000000;
    }

    .T_SmallBorder td {
        border: solid 1px #000000;
        text-align: left;
        font-size: 10.5pt;
        padding: 3pt;
    }
