	.progressBarWindow {
		position: absolute;
		left: 1px;
		top: 1px;
		height: 150px;
		width: 200px;
		border: solid;
		background-color: white;
		overflow: hidden;
		visibility: hidden;
		text-align: center;
		font-size: 30px;
		font-weight: bold;
	}
	
	.progressBar {
		position: relative;
		left: 5px;
		top: 5px;
		height: 20px;
		width: 0px;
		border: solid;
		background-color: blue;
	}
	
	.progressBarText {
		height: 115px;
		overflow: hidden;
	}
