DIV#statusbar {
    border: solid 1px black;
    width: 300px;
    height: 30px;
    background-color: #006;
display: none;
}

DIV#fill {
    position: relative;
    margin: 0 0 0 auto;
    z-index: 5;
    top: 0px;
    left: 0px;
display: none;
    width: 300px;
    height: 30px;
    background-color: #00c;
}

DIV#message {
    position: relative;
    margin: 0 0 0 auto;
    z-index: 10;
    top: 0px;
    left: 0px;
display: none;
    height: 30px;
    color: white;
    text-align: center;
}
