/* KLANTSPECIFIEK */
div.login_wrapper form div.row.submit input {
    background-color: #fff;
}

div.login_wrapper form div.row label {
    color: #333;
    width: 8.5em;
    padding-top: 5px;
}

div.login_wrapper form div.row input {
    color: #333;
}

/* OVERIG */
body {
    background: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: Verdana, Arial;
    font-size: 75%;
}

div.login_wrapper {
    background: url(../images/internet/login_bg.png) no-repeat center top #fff;
    height: 250px;
    width: 408px;
    border: none;
    left: 45%;
}

.logo {
    height: 95px;
    left: 20px;
    width: 367px;
    position: absolute;
    top: 20px;
}

fieldset legend {
    display: none;
}

fieldset {
    padding-top: 94px;
    margin-left: 50px;
}

div.login_wrapper form div.row {
    text-transform: lowercase;
    float: left;
    text-align: right;
    margin-bottom: 5px;
}

div.login_wrapper form div.submit {
     padding-left: 9.5em;
}

div.login_wrapper form div.row input {
    width: 130px;
    padding: 0 5px;
}

div.login_wrapper form div.row.submit input {
    border: none;
    color: #FFFFFF;
    background: url(../images/internet/login_submit.png) no-repeat left top;
    cursor: pointer;
    font-size: 117%;
    font-weight: bold;
    height: 26px;
    text-align: center;
    width: 109px;
    float: right;
    font-family: Verdana, Arial;
    padding-bottom: 2px;
}

div.login_wrapper form div.row input {
    height: 26px;
    width: 176px;
    background: url(../images/internet/login_input.png) no-repeat left top;
    border: none;
}

a.password_reminder {
    position: absolute;
    color: #fff;
    bottom: 14px;
    left: 10px;
}

form{
    padding-top: 30px;
}

form fieldset{
    margin-left: 30px;
}

.login_wrapper .forgot_password a {
    color: #007F35;
    font-size: 90%;
    float: right;
    padding-top: 1em;
}

.login_wrapper .forgot_password a:hover {
    color: #669900;
}