.login_body {
    color: #1E1E1E;
}

.logo {
    margin-top: 5px;
}

.separator {
    background: none repeat scroll 0 0 #323232;
}

.winlogin .winlogin_auth {
    background-color: #f0f0f0;
    border: none;
}

td.login_label {
    color: #1e1e1e;
}

.winlogin span.currCode {
    font-size: 20px;
    color: #b2b2b2;
}

.news .date {
    color: #b2b2b2;
}



.winlogin .curRates {
    font-size: 20px;
    font-weight: normal;
    color: #1e1e1e;
}

.news .text, .news .text p {
    color: #1e1e1e;
}

.news {
    width: 100%
}


.news .news-title {
    color: #009b3a;
    text-decoration: underline;
}

div.language{
    color: #009b3a;
    text-transform: capitalize;
}

.language.current{
    color: #1e1e1e;
}
#submitButton {
    width: 200px;
    background: none repeat scroll 0 0 #009b3a;
    border: 1px solid #009b3a;
    text-transform: none;
}

.registrar #nextButton {
    background:  none repeat scroll 0 0 #009b3a;
}

a {
    color: #009b3a;
}

a:hover, a:active, a:focus {
    color: #2ed66e;
}

.footer{
    color : #1e1e1e;
    background: none repeat scroll 0 0 #f0f0f0;
}

div.login a, div.login a:hover{
    background: none;
}

input.input, input.inputact {
    border: 1px solid #ffffff;
    color: #1e1e1e;
}
input.input:focus, input.inputact {
    border-color: #f6930c !important;
}

input.input.withErrors {
    border-color: #ff0000;
}

.tooltips {
    background-color: #ff0000;
}

.winlogin .input:focus, .winlogin .inputact:focus {
    outline: none;
}

.registrar_sysname {
    text-align: left;
}

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

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

.registrar .winlogin > table tr.window {
    background-color: #F0F0F0;
}

#submitButton[disabled] {
    background-color: slategray;
    border-color: slategray;
}
#captcha {
    width: 305px;
}
.captcha-wrap, #captchaImg {
    width: 200px;
}

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

#captchaErrorFrame {
    top: 7px;
    left: 115px;
}

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

.captcha-inp-wrap .captcha-inp-lbl {
    color: #4d4d4d;
    text-align: left;
    font-size: 13px;
}

.capthca-renew {
    cursor: pointer;
}
