div.doReset {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1px 2px -1px rgb(51, 51, 51);
    margin: 20px auto 0;
    min-height: 80px;
    padding: 40px;
    position: relative;
    width: 600px;
    min-width: 600px;
}
.resetForm-title{
    box-sizing: border-box;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 8px;
    margin-top: 25px;
    width: 100%;
}
.resetForm-message {
    border: 0 none;
    box-sizing: border-box;
    line-height: 1.5;
    min-height: 20px;
    outline: 0 none;
    overflow: auto;
    width: 100%;
}
#captcha-container {
    height:90px;
}
.resetForm--row {
    height: 46px;
}
#g-recaptcha {
    margin-left: 126px;
    background: url("/CurrentRelease/styles/img/common/loading.gif") no-repeat scroll center center transparent;
    width:304px;
    height:90px;
}
#resetPwd_header {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}
#resetPwd-header--title {
    font-size: 21px;
    line-height: 36px;
    margin: 0;
    padding: 17px 40px;
}
#resetForm {
}
.resetPwd--prompt {
    border: 1px solid transparent;
    float: left;
    height: 34px;
    line-height: 34px;
    margin: 0 5px 10px 0;
    position: relative;
    text-align: left;
    width: 160px;
}

input.resetPwd--prompt {
    border: 1px solid #ccc;
    padding: 0 0 0 5px;
    text-align: left;
    width: 295px;
}
input.resetPwd--cb {
    border: 1px solid #ccc;
    margin:0;
    text-align: left;
    height: 34px;

}

#resetPwd-panel::after {
    clear: both;
    content: "";
    display: block;
}
#resetPwd-panel {
    background-color: #f6f6f6;
    bottom: 0;
    height: 36px;
    text-align: center;
}
#resetPwd-panel {
    border-top: 1px solid #e3e3e3;
    left: 0;
    padding: 17px 34px;
    position: absolute;
    right: 0;
    z-index: 10;
}
.resetPwd-panel--button {
    background-color: #fff;
    border: 1px solid silver;
    box-shadow: 0 2px 2px -1px #cccccc;
    color: inherit;
    font-size: 12px;
    height: 34px;
    line-height: 36px;
    padding-left: 18px;
    padding-right: 18px;
    position: relative;
    white-space: nowrap;
}
.onRight {
    float: right;
}