#logform {
    display: none;
    position: fixed;
    top: 80px;
    right: 0px;
    z-index: 1000;
    padding: 0;
    margin: -10px 50px 0 0;
    list-style: none;
    background: #3e3f40;
    max-width: 650px;
    min-height: 32px;
    max-height: 242px;
    min-width: 120px;
    border-radius: 0px 0 4px 4px;
    -moz-border-radius: 0px 0 4px 4px;
    -webkit-border-radius: 0px 0 4px 4px;
    -khtml-border-radius: 0px 0 4px 4px;
}