#loginFrame {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border:none;
    z-index:10000;
}
#loginButton.loggedIn {
    display:none;
}

#membersButton.notLoggedIn {
    display:none;
}