#progressBar {
	position: fixed;
	display: none;
	background-color: #fff;
	top: 0px;
	z-index:10000;
	width: 100%;
	height: 1px;
	cursor:grab;	
}

#progressStatus {
	background-color: #FF6861;
	height:4px;
	width:0px;
	font-size: 0em;
}