#header {
    margin-bottom: 60px;
}

.tinytitle {
    height: 15px;
    background-position: 0 7px;
}
    .email-title {
        background-image: url("../img/title-email.gif");
    }
    .password-title {
        background-image: url("../img/title-password.gif");
    }
    .name-title {
        background-image: url("../img/title-name.gif");
    }
    .newpassword-title {
        background-image: url("../img/title-newpassword.gif");
    }



.formcontainer {
    margin-top: 90px;
}

.formcontainer .form-elements {
    margin-bottom: 30px;
}

.formcontainer .form-elements label {
    display: block;
    float: left;
}

.formcontainer .form-element {
    margin-bottom: 20px;
}
.formcontainer .form-element:last-child {
    margin-bottom: 0;
}

.formcontainer .form-actions {
    font-size: 92%;
    text-align: right;
}

.formcontainer .form-actions p {
    margin-bottom: 1em;
}
.formcontainer .form-actions p:last-child {
    margin-bottom: 0;
}