body {
  color: #2C2C2C;
  background: #CFCFCF url('/media/auth/2dots.png') !important;
}

a {
  color: #2C2C2C;
}

form {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -97px 0 0 -179px;
    width: 358px;
    height: 193px;
    background: url('/media/auth/bg_login_form.png') left top no-repeat;
}

fieldset {
    padding-top: 20px;
    width: 100%;
    border: 0px;
}

fieldset img {
    display: block;
    margin: 0 auto 27px auto;
}

label {
    clear: left;
    float: left;
    width: 58px;
    font-size: 12px;
    line-height: 22px;
    text-align: right;
    text-transform: lowercase;
    padding-bottom: 13px;
}

form br {
    display: none;
}

input {
    float: left;
    margin-left: 5px;
    height: 20px;
    width: 140px;
    padding-left: 3px;
    border: 1px solid #959595;
    line-height: 20px;
    font-size: 13px;
    background: url('/media/rs/bg_input.png') left top repeat-x;
}

#do-login {
    text-align: center;
}

fieldset p {
    width: 210px;
    margin: 0 auto;
    clear: both;
}

#copyright {
    font-size: 11px;
    position: absolute;
    bottom: 10px;
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}

div#langs {
    background: transparent url('/media/auth/lang_layer.png') left top no-repeat;
    width: 310px;
    padding: 8px 11px;
    height: 20px;
    position: absolute;
    top: 189px;
    left: 12px;
}

    div#langs span {
        float: left;
        color: #fff;
        font-size: 0.8em;
    }

    div#langs img {
        border: none;
    }

    div#langs ul {
        list-style: none;
        float: right;
        padding-top: 1px;
    }

        div#langs ul li {
            float: left;
            padding-left: 4px;
        }
