.content-wrapper .login-page {
    margin-top: 0px;
    margin-left: 55px;
    width: 476px;
    height: 33px;
}

.content-wrapper .lost-password {
    margin-top: 0px;
    margin-left: 150px;
    width: 293px;
    height: 33px;
    background: url('../img/en/lost-password.png') no-repeat;
}
.content-panel .submit-button.login-button input {
    background-image: url(../img/en/login-submit-bg.png);
    width: 145px;
}
.content-panel .submit-button.lost-password-button input {
    background-image: url(../img/en/lost-password-submit-bg.png);
    width: 185px;
}


.content-panel .submit-button.back-to-login-button {
    padding-left: 165px;
}
.content-panel .submit-button.back-to-login-button a {
    background: url(../img/en/back-to-login-page.png) no-repeat;
    display: block;
    height: 47px;
    width: 310px;
}
.content-panel .submit-button.back-to-login-button a:hover {
    background: url(../img/en/back-to-login-page.png) 0px -48px no-repeat;
}
