/** Progressbar class css*/
.progressbar {
    width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
	background-color: #EEEEEE;
	box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2), 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.proggress{
	height: 8px;
	width: 10px;
	background-color: #3498db;
    box-shadow: 2px 0px 3px rgba(0,0,0, 0.2);
}

.percentCount{
	float:right;
	margin-top: 10px;
	clear: both;
	font-weight: bold;
	font-family: Arial
}