

#user-register {
    width: 530px;
    font: 12px/14px Tahoma, sans-serif;
}

#user-register #edit-submit {
    background: url("../img/register/button_register.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    height: 81px;
    overflow: hidden;
    text-indent: -3000px;
    width: 324px;
}

#user-register hr {
    background: url("../img/register/bg_hr.png") no-repeat scroll center transparent;
    height: 2px;
    width: 526px;
    border: 0 none;
    margin: 4px 0px 8px;
}

#user-register h3 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 0px 10px;
}

#user-register tbody th, #user-register tbody td {
    padding: 5px 0px 4px;
    margin: 0;
    border: 0;
}

#user-register .rfILabel {
    font-size: 14px;
    padding-right: 10px;
    text-align: right;
    width: 142px;
    font-weight: normal;
}

#user-register .rfIInput {
    width: 162px;
}

#user-register .rfIInput input {
    background: url("../img/register/bg_input.png") no-repeat scroll 0 0 transparent;
    width: 153px;
    border: 0;
    font-size: 16px;
    padding: 7px 5px 4px 5px;
    margin-bottom: 2px;
}

#user-register .rfIInput input.error {
    background: url("../img/register/bg_input_error.png") no-repeat scroll 0 0 transparent;
    width: 153px;
    border: 0;
    font-size: 16px;
    padding: 7px 5px 4px 5px;
    margin-bottom: 2px;
}

#user-register #EmailDisplayRow .rfIInput {
    width: auto;
    font-size: 14px;
}

#user-register #EmailDisplayRow .rfIInput b span {
    font-size: 16px;
}

#user-register .rfINote {
    width: 214px;
}

#user-register .rfNoteNote {
    font-size: 9px;
    line-height: 10px;
    height: 42px;
    padding: 0 25px 0 17px;
    vertical-align: middle;
    background: url("../img/register/note.png") no-repeat scroll bottom right transparent;
    position: relative;
    display: table-cell;
    width: 172px;
}

#user-register .rfNoteNote a {
    font-size: 9px;
    line-height: 10px;
}

#user-register .rfNoteOk {
    font-size: 9px;
    line-height: 10px;
    height: 42px;
    padding: 0 28px 0 17px;
    color: #ffffff;
    vertical-align: middle;
    background: url("../img/register/noteok.png") no-repeat scroll bottom right transparent;
    position: relative;
    display: table-cell;
    width: 172px
}

#user-register .rfNoteError {
    font-size: 9px;
    line-height: 10px;
    height: 42px;
    padding: 0 28px 0 17px;
    color: #ffffff;
    vertical-align: middle;
    background: url("../img/register/noteerror.png") no-repeat scroll bottom right transparent;
    position: relative;
    display: table-cell;
    width: 172px;
}

#user-register .rfNoteWarning {
    font-size: 10px;
    line-height: 10px;
    height: 42px;
    padding: 0 30px 0 17px;
    color: #b42c22;
    vertical-align: middle;
    background: url("../img/register/note.png") no-repeat scroll bottom right transparent;
    position: relative;
    display: table-cell;
    width: 172px;
}

#user-register .rfNoteNote.rfNoteOk a, #user-register .rfNoteError a {
    color: #ffffff;
    font-size: 9px;
    line-height: 10px;
}

#user-register .rfNoteText {
    padding-bottom: 8px;
}

#user-register .rfNoteText a {
    font-size: 12px;
}

#user-register fieldset, #user-register .rfFieldset {
    border: 0 none;
    margin: 0;
    padding: 0;
    line-height: 11px;
}

#user-register #edit-user-source {
    border: 1px solid #B8B2AB;
    font-size: 16px;
    height: 29px;
    padding: 3px 0;
    width: 162px;
}

#user-register #edit-user-source option {
    padding: 1px 10px 0px 5px;
}

#user-register .form-item {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
}

#user-register .captcha {
    width: 162px;
}

#user-register .captcha img {
    float: right;
    width: 83px;
    border: 1px solid #b8b2ab;
}

#user-register .captcha .form-item input {
    background: url("../img/register/bg_input_captcha.png") no-repeat scroll 0 0 transparent;
    height: 19px;
    width: 63px;
    border: 0;
    font-size: 16px;
    padding: 6px 5px;
}

#user-register .captcha .description {
    font-size: 10px;
}

.messages.error {
    background: #FBF8F3;
    border: 1px solid red;
}

.icon_error {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 4px;
    top: 50%;
    margin-top: -7%;
    background: url("../img/register/warn_icon.png") no-repeat 0 0;
    display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    body:first-of-type .icon_error {
        margin-top:-40%;
    }
}

.description {
    display: none;
}