.progresszone
{
	float:				left;
	background-color: 	transparent;
	position:			relative;
	left:				1px;
	top:				2px;
	width: 				108px;
	height: 			24px;
	font-size:			8px;
}

.progressmessage
{
	background-color: 	transparent;
	position:			relative;
	left:				10px;
	text-align: 		left;
	top:				2px;
	width: 				308px;
	height: 			24px;
	font-size:			8pt;
}

.progresscontainer
{
	position:			relative;
	left:				3px;
	top:				2px;
	width: 				100px;
	height: 			8px;
	border-style: 		solid;
	border-width: 		1px;
	border-color: 		black;
}

.progressbar
{
	position:relative;
	width: 0px;
	height: 8px;
	background-color: rgb(158, 205, 54);
}

.progresspercent
{
	position:relative;
	top: 2px;
	width: 100px;
	height: 12px;
	color: black;
	font-size:7pt;
}