#logo-bar {
    /* position: absolute;  */
    z-index: 1; 
    background-color: transparent;
	float: right;
	position: relative;
	width: 80px;
	height: 40px;
}

#logo-image {
    z-index: 1000; 
    position: absolute; 
    top: 10px; 
    /* left: 5px */
	right: 10px;
}

#progressBarHolder {
	display: none;
	position: absolute;
	background: #989898;
	left: 0px!important;
    top: 0px!important;
    width: 100%!important;
    height: 100%!important;
	border: none!important;
}

#progressbar {
    position: absolute;
    top: 50%;
    left: calc(50% - 250px);
    width: 500px;
	height: 30px;
	border-color: rgb(200,200,200);
}

  .progress-label {
    position: absolute;
    left: 49%;
    top: 3px;
	font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em;
    font-weight: bold;
	color: #222;
    text-shadow: 1px 1px 0 #fff;
  }
  
  #progressbar .ui-progressbar-value {
	background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
	height: 28px;
  }
  