		#progressbar {
			width: 300px;
			height: 5px;
			border-left: 1px solid #2f3753;
			border-right: 1px solid #2f3753;
			border-top: 1px solid #2f3753;
			border-bottom: 1px solid #2f3753;
		}
		#progressbar #indicator {
			width: 0px;
			height: 5px;
			background: #0000FF;
		}
