.main .calculator.balance .c_image{
	width:376px;
	min-width:376px;
}

.main .calculator.balance .num_balance{
	position:absolute;
	margin:105px 0px 0px 218px;
	width:40px;
	height:29px;
	text-align:center;
	overflow:hidden;
}

.main .calculator.balance .num_balance:before{
	content:'';
	display:block;
	position:absolute;
	width:40px;
	height:55px;
	background:url(/image/num_balance_top.png) top left no-repeat;		
	z-index:1;
}

.main .calculator.balance .num_balance>div{	
	top:5px;		
	position:relative;
	width:40px;
	height:55px;
	color:#ffffff;
	font-size:20px;
	line-height:18px;
	letter-spacing:2px;
}