.registrar td.login_label {
    text-align: right;
    white-space: nowrap;
}

.registrar.result td.login_label {
    color: #ff0000;
}

.registrar_sysname {
    font-size: 26px;
    text-align: right;
}

.registrar .winlogin > table td {
    padding: 20px 10px 0 0;
}

.registrar .winlogin .input {
    width: 100% !important;
}

.registrar div.login .login_sysname {
    font-family: Calibri !important;
    padding-left: 0;
    padding-right: 0;
}

.registrar #nextButton {
    background: none repeat scroll 0 0 #85c36e;
    border: 1px solid #7fb56a;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    text-transform: uppercase;
    width: 83px;
}

.registrar #submitButton, .registrar #nextButton {
    width: inherit;
    text-transform: none;
}

.registrar #submitButton.disabled {
    opacity: .65;
}

.registrar.result #submitButton {
    float: right;
}

.registrar #errorFrame > img {
    float: left;
    padding-right: 5px;
}

.registrar #errorMessage, .registrar #passwordTimeoutTimer, .registrar #timeoutTimer, .registrar #question, .registrar #attemptLeft {
    color: #000;
}

.registrar #passwordTimeoutTimer, .registrar #timeoutTimer, .registrar #attemptLeft {
    font-weight: bold;
}

.registrar #timeoutTimer.warning {
    border-bottom: 2px solid #ff0000;
}

#yesButton, #noButton {
    border: 1px solid #7fb56a;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    text-transform: uppercase;
    width: 83px;
}

#yesButton {
    background: none repeat scroll 0 0 #85c36e;
}

#noButton {
    background: none repeat scroll 0 0 #c3856e;
}

#yesButton, #noButton {
    border: 1px solid #7fb56a;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    font-weight: bold;
    height: 32px;
    text-transform: uppercase;
    width: 83px;
}

#yesButton {
    background: none repeat scroll 0 0 #85c36e;
}

#noButton {
    background: none repeat scroll 0 0 #c3856e;
}

#captcha {
    width: 305px;
}

.captcha-wrap, #captchaImg {
    width: 200px;
}

.captcha-inp-wrap, #captchaInp {
    width: 100px;
}

.captcha-inp-wrap, .captcha-wrap {
    display: inline-block;
    position: relative;
    vertical-align: top;
}

#kppRow {
    display: none;
}
