#credits_view { 
    color:#FFF; 
    padding:10px; 
    height:68px; 
    text-align:center;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#credits { 
	padding-left:15px; 
}

#credits .digit {
	background:url('../img/number_sprite.jpg') repeat 0 0; 
	width:68px; 
	height:68px; 
	float:left;
	margin:2px;
}

.numFloatDollar {
	text-align:center;
	font-size: 55px;
	color:#009900;
	width:25px;
	padding:4px;
	float:left;
	margin-top:5px;
	margin-right:8px;
}

.numFloat {
	text-align:center;
	font-size: 2.5em;
	color:#ffffff;
	width:32px;
	height:37px;
	margin-left:3px;
	background:#666666;
	padding:4px;
	float:left;
}