#home-giornata-e-limite {
	margin: 10px 0 0 0;
	width: 545px;
	height: 128px;
	background: white url(../images/home-giornata-e-limite.gif) no-repeat;
}

#home-giornata-e-limite #box-giornata {
	width: 260px;
	height: 128px;
	float: left;
	position: relative;
}

#home-giornata-e-limite #box-giornata #giornata-corrente {
	width: 90px;
	height: 40px;
	position: absolute;
	top: 36px;
	left: 132px;

	font-size: 36px;
	color: white;
	text-align: right;
}

#testo-giornata-corrente {
	width: 70px;
	height: 60px;
	position: absolute;
	top: 46px;
	left: 115px;
	
	font-size: 10px;
	color: white;
	text-align: left;
}

.g-progress-bar-container {
	width: 145px;
	height: 20px;
	background: url(../images/g-progress-bar-container.gif) no-repeat;
}
.g-progress-bar-container .g-progress-bar {
	width: 145px;
	height: 20px;
	background: url(../images/g-progress-bar.gif) no-repeat;
}

#home-giornata-e-limite #box-giornata .g-progress-bar-container {
	position: absolute;
	top: 90px;
	left: 104px;
}



#home-giornata-e-limite #box-limite {
	width: 285px;
	height: 128px;
	float: left;
	position: relative;
}

#home-giornata-e-limite #box-limite #limite-corrente {
	width: 135px;
	height: 24px;
	position: absolute;
	top: 60px;
	left: 120px;

	font-size: 14px;
	font-weight: bold;
	color: white;
	text-align: center;
	letter-spacing: 1px;
}

#limite-corrente-giornata {
	width: 20px;
	height: 24px;
	position: absolute;
	top: 40px;
	right: 30px;

	font-size: 11px;
	font-weight: bold;
	color: white;
	text-align: center;
}

#home-giornata-e-limite #box-limite .limite-scaduto,
#home-giornata-e-limite #box-limite .limite-ok {
	width: 135px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	top: 87px;
	left: 115px;

	font-size: 12px;
	color: #666666;
	padding-left: 25px;
	background: url(../images/limite-ok.gif) no-repeat left center;
}
#home-giornata-e-limite #box-limite .limite-scaduto {
	background: url(../images/limite-scaduto.gif) no-repeat left center;
}