.progressbar {
    width: 100%;
	margin: 25px 0;
	position: relative;
	background-color: #EEEEEE;
}

.proggress{
	height: 8px;
	width: 10px;
	background-color: #3498db;
}

.percentCount{
	float:right;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-family: Arial
}