

#message {
    background: #edeeef;
    border: solid 1px #a9a9a9;
    bottom: 43px;
    font-size: smaller;
    left: 5px;
    padding: 2px 4px;
    position: absolute;
    text-align: center;
    width: 150px;
    z-index: 100;
}

#nav {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    background: #edeeef;
    border: solid 1px #a9a9a9;
    border-radius: 0;
    padding: 2px 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 200px;
    z-index: 100;
}
