.changeLoadingTop-container {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000000;
}

.changeLoadingTop-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    background-color: #ff0000;
}

.changeLoadingTop-spinner {
    position: fixed;
    height: 22px;
    width: 22px;
    top: 6px;
    right: 6px;
    background: url(../img/loading-spinner-blue.gif) 0 no-repeat;
}

.hidden {
    display: none !important;
}