﻿#progressPanelContainer {
    position: fixed;
    left: 35%;
    top: 40%;
    bottom: 50%;
    width: 30%;
}

.progress-bar {
    width: 220px;
    height: 50px;
    border-radius: 5px;
    background: url("../images/progress-bar.gif")no-repeat 0 8px;
    color: gray;
    text-align: center;
    position: absolute;
}