dl#dati_posizionamento{
	width: 900px;
	padding: 9px;
	margin: 0;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}

dl#dati_posizionamento dt{
	float: left;
	width: 150px;
	margin-right: 10px;
	position: relative;
	height: 200px;
}

dl#dati_posizionamento dt span{
	position: absolute;
	float: left;
	bottom: 30px;
	font-size: 1.5em;
	font-family: times new roman, times, serif;
	color: #888;
}

dl#dati_posizionamento dd{
	float: left;
	width: 110px;
	margin-right: 40px;
	position: relative;
	height: 200px;
}

dl#dati_posizionamento dd span{
	position: absolute;
	bottom: -9px;
	float: left;
	width: 118px;
	text-align: center;
	background: #43708D url('/images/graph_bar.jpg') no-repeat 0 0;
	font-size: 2em;
	color: #fff;
	border: 1px solid #5bb0d0; 
	border-right-color: #0c5874;
	border-bottom: none;
	line-height: 3em;
}

