div.row1 {
	display: table-row;
	padding-top: 10px;
	padding-left: 36px;
}

div.row1 > div {
	display:block;
	float:left;
}

div.row1sub {
	display: table-row;
}

div.row1sub div {
	display:block;
	float:left;
}

div.box1, div.box2, div.box3, div.box4, div.box5, div.box6,div.box7,div.box8 {
	width: 199px;
	background-color: #ffffff;
	border-bottom: 1px solid yellow;
	border: 1px solid #CBCBCB;
	margin-right: 10px;
	border-spacing: 5px;
}

div.box1 {
	background: url('../img/boxes/blue/box_clientela.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.box2 {
	background: url('../img/boxes/blue/box_orariepercorsi.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.box3 {
	background: url('../img/boxes/blue/box_offerteservizi.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.box4 {
 	background: url('../img/boxes/blue/box_areastampa.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
	width: 409px;
}
div.box5 {
	background: url('../img/boxes/orange/box_gruppoarpa.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;
}
div.box6 {
	background: url('../img/boxes/orange/box_rapportipubblico.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;	
}
div.box7 {
	background: url('../img/boxes/orange/box_concorsi.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;	
}
div.box8 {
	background: url('../img/boxes/blue/box_lavoraconnoi.gif');
	background-repeat: no-repeat;
	background-color: #ffffff;	
}
/* 
	prima:
	box1 box2 box3
	box5 box6 box7
	box4 box8

	poi:
	box2 box3 box6
	box5 box7 box8
	box4
*/

/* prima riga. */
div.box2, div.box3, div.box1 {
	/* altezza dei boxes!! */
	min-height: 185px;
	/* fine altezza dei boxes!! */

}
/* seconda riga */
div.box7, div.box5, div.box6 {
	/* altezza dei boxes!! */
	min-height: 130px;
	/* fine altezza dei boxes!! */

}
/* terza riga */

div.box8, div.box4 {
	/* altezza dei boxes!! */
	min-height: 150px;
	/* fine altezza dei boxes!! */

}

div.spacer {
	width: 10px;
}

div.box1 div.boxcontent,div.box2 div.boxcontent,div.box3 div.boxcontent,div.box5 div.boxcontent,div.box6 div.boxcontent,div.box7 div.boxcontent, div.box8 div.boxcontent {
	width: 192px;
	padding-top: 40px;
	padding-left: 4px;
	padding-right: 4px;
}

div.box4 div.boxcontent {
	width: 408px;
	padding-top: 38px;
	padding-left: 4px;
	padding-right: 4px;
}

div.boxcontent1 {
	float: left;
	width: 192px;
}
div.boxcontent2 {
	float: left;
	width: 192px;
	margin-left: 4px;
}

div.menuspac {
	display: inline;
	height: 1px;
	width: 1px
}
div.breakall {
	clear: both;
	padding-bottom: 1px;
}

div.formrice_row {
	display: table-row;
}

div.formrice_row div {
	display:table-cell;
	padding-top: 3px;
}
/* linee full della form */
div.formrice_hdr {
	width: 244px;
	font-size: 10px;
	font-weight: bold;
	color: #1D48A6;
	padding-left: 4px;
}
div.formrice_fld {
	width: 244px;
	font-size: 10px;
	padding-left: 4px;
}
input.formrice_fldinput {
	width: 244px;
	font-size: 10px;
	border: 1px solid black;
}
div.formrice_spr {
	height: 4px;	
}
/* fine linee full della form */
div.formrice_hdr1, div.formrice_hdr1x {
	width: 35px;
	font-size: 10px;
	font-weight: bold;
	color: #1D48A6;
	padding-left: 4px;
}
div.formrice_hdr1x{
	width: 38px; 
}
div.formrice_fldinput1 {
	width: 40px;
	padding-left: 4px;
	font-size: 10px;
	font-family: arial;
}
input.formrice_fldinput1 {
	width: 35px;
	font-size: 10px;
	border: 1px solid black;
}
div.formrice_hdrbutt {
	text-align: right;
}
input.formrice_fldbutt {
	border: 1px solid #1D48A6;
	background-color: #1D48A6;
	color: white;
	font-size: 10px;
	border: 1px solid black;
	padding-left: 4px;
	font-weight: bold;
}
