span.TotalCaption {
	color: yellow;
	font-weight: bold;
}

/* Registration Progress Stuff BEGINS */

div.RegProgContainer {
	border-width: 1px ;
	border-color: #808080 ;
	border-style: solid ;
	border-radius: 4px ;
	-moz-border-radius: 4px;
}

div.RegProgress {
	background-color: #bb0000;
	padding: 2px;
	/*
	background-color: #00ff7f;
	border-radius: 8px ;
	-moz-border-radius: 8px;
	*/
	width: 12px;
	height: 8px;
}
div.RegProgressTotal {
	background-color: #dd0000;
	padding: 2px;
	/*
	background-color: #00ff7f;
	border-radius: 8px ;
	-moz-border-radius: 8px;
	*/
	width: 12px;
	height: 8px;
}

/* Registration Progress Stuff ENDS */
