div.boxLeft {
	background-color: 				#eeeeee;
	width: 							280px;
	float: 							left; 
	margin:							25px 15px 0 10px;
}

div.boxCenter {
	background-color: 				#eeeeee;
	width: 							280px;
	float: 							left;
	margin:							25px 15px 0 0;
}

div.boxRight {
	background-color: 				#eeeeee;
	width: 							280px;
	float: 							left;
	margin-top: 					25px;
}

div.clear {
	clear:							both;
}

div.heading {
	background-color: 				#eeeeee;
	width:							80px;
	float:							left;
	color:							black;
	height:							100%;
}

div.heading p.title {
	margin:							0;
	padding:						20px 2px 0 2px;
	display:						block;
	height:							40px;
	font-size:						12px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-weight:					bold;
	text-align:						center;
	height:							40%;
}

div.heading p.number {
	margin:							10px 0 0 0;
	padding:						0;
	font-size:						20px;
	font-weight:					bold;
	font-family: 					Arial, Helvetica, sans-serif;
	text-align:						center;
}

div.body {
	background-color:				white;
	width:							200px;
	height:							100%;
	float:							left;
}

table.content {
	margin:							5px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-size: 						12px;
	font-style: 					normal;
	font-weight: 					normal;
	color: 							#333333;
}

td.input {
	text-align:						right;
}

input {
	border:							1px solid #514E4E;
	color:							#514E4E;
	font-family:					Arial,Helvetica,sans-serif;
	font-size:						12px;
}

input[type=checkbox] {
	margin: 						0;
	padding:						0;
	width:							1em;
	border:							none;
}

input[type=radio] {
	margin:							0;
	padding:						0;
	width:							1em;
	border:							none;
}

table.anagrafici {
	margin:							0 10px;
	width:							870px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-size: 						12px;
	font-style: 					normal;
	font-weight: 					normal;
	color: 							#333333;
}

table.radiocomandi {
	margin:							0 25px;
	width:							840px;
	font-family: 					Arial, Helvetica, sans-serif;
	font-size: 						12px;
	font-style: 					normal;
	font-weight: 					normal;
	color: 							#333333;
}

.titolopreventivo {
	margin:							10px 0 10px 10px;
	padding:						0;
	color:							#333333;
}

.inputanagrafici {
	width:							180px;
	padding:						2px;
}

.inputtxt {
	width:							28px;
}


