﻿.changePasswordDescriptionDiv {
    min-width: 280px;
}

.changePasswordDescriptionDiv {
    height: 20px;
    margin-bottom: 10px;
}

.changePasswordOldPasswordDiv,
.changePasswordNewPasswordDiv {
    margin-left: 20px;
    height: 22px;
}

.changePasswordOldPasswordResultDiv {
    margin-top: 5px;
    height: 20px;
    margin-bottom: 15px;
}

.changePasswordNewPasswordResultDiv {
    margin-top: 5px;
    height: 45px;
}

.changePasswordDescription {
    margin-top: 3px;
    margin-bottom: 2px;
    height: 15px;
    line-height: 11px;
}

.oldPassWordLabel,
.newPassWordLabel {
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
    margin-bottom: 2px;
    height: 15px;
    line-height: 11px;
    font-weight: bold;
    width: 100px;
}

.oldPassWord,
.newPassWord {
    display: inline-block;
    min-width: 80px;
}


.oldPassWordResult,
.newPassWordResult {
    margin-top: 3px;
    margin-bottom: 2px;
    height: 15px;
    line-height: 11px;
    color: red;
}

.newPassWordResult {
    height: 35px;
    line-height: 1;
}
