/* CSS Document */

.risultato {
	padding-bottom: 5px;
	background-color: #FFFFCC;
	margin-top: 10px;
	width: 100%;
	border: 1px solid #990000;
}
.risultato h2 {color: #FFFFFF; text-align: center; font-size: large;}
.etichetta {float: left; width: 49%; text-align: right; font-style: italic;}
.campo {float: right; left: 50%; width: 50%;}
.totale {float: right; left: 50%; width: 50%; font-size: large; font-weight: bold;}

.MailPreventivo {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3C6478;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C6478;
	background-color: #CCCCFF;
	width: 100%;
}

