.progressBar-track {
	width: 200px;
	height: 20px;
	border: 1px solid gray;
	margin-top: 20px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 1px;
	}

.progressBar-bar {
	background-color: #BBB;
	width: 0%;
	height: 20px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
