#progress {
    width: 300px;
    height: 70px;
    position: absolute;
    z-index: 4;
    display: none;
    border: 1px solid black;
    padding: 40px 0px;
    background-color: white;
    box-shadow: 5px 5px 5px #888;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
 }