div.mod_user_auth_form {
    width: auto;
    height: auto;
    position: relative;
    overflow: visible;
    float: none;
    clear: none;
    background-color: transparent;
}


div.mod_user_auth_form_container {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    float: none;
    clear: none;
    margin-bottom: 5px;
    background-color: transparent;
}

div.mod_user_auth_form_left {
    width: 80px;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    clear: none;
    padding-top: 3px;
    text-align: right;
    background-color: transparent;
}

div.mod_user_auth_form_right {
    width: auto;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    clear: none;
    background-color: transparent;
}

.text_field {
    width: 145px;
    height: 15px;
    font-family: inherit;
}

.password_field {
    width: 145px;
    height: 15px;
    font-family: inherit;
}