body {
    text-align: center;
}
#divPwdPrg {
    margin-top: 50px;
}
.circle.gray, .rectangle.gray {
    background-color: #969696;
    border-color: #d2d2d2;
}
.grpTip {
    position: absolute;
}
.circle {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #c60f26;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: white;
    border: 5px solid #E0C0C0;
    line-height: 25px;
}
.rectangle {
    display: inline-block;
    margin-top: 13px;
    width: 220px;
    height: 10px;
    background: #E0C0C0;
}
#divPageBody {
    margin-top: 50px;
}
.tipQuest {
    width: 100px;
    display: inline-block;
    text-align: right;
    margin-right: 5px;
}
#tabQuest, #tabNewPwd {
    margin: auto;
}
#tabQuest tr, #tabNewPwd tr {
    padding-top: 4px;
}
#tabQuest td:not([colspan]), #tabNewPwd td:first-child {
    text-align: right;
    padding-right: 5px;
}
#tipErr {
    color: red;
}
#pageFoot {
    margin-top: 50px;
}
#divPlg {
    position: absolute;
    left: 0;
    right: 0;
    width: 1px;
    height: 1px;
}
#header span.ico_logout {
    float: right;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 14px;
    color: white;
    display: inline-block;
}

.trPwd input {
    text-indent: 10px;
}