.goalProgress {
	background: #e8e8ea;
	border : 2px solid #023c7c;
	/*padding: 5px;*/
	margin-bottom : 5px;
}
div.progressBar {
	background: #c1cede;
	color: #fff;
	font-size: /*1.1em*/ 0;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
/*	padding: 10px;*/
	display: block;
	overflow: hidden;
	width: 20px;
	height : 15px;
}
span.goalAmount {
	display: none;
	text-indent: -9999px;
}
