body{
	font-family: Arial,sans-serif;
	font-size:14px;
	color: #D8DDE5;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
}

body.stampa{
	font-family: Arial,sans-serif;
	font-size:14px;
	color: #D8DDE5;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff;
/*	background-image:url("../img/page_sf.gif");*/
	background-position:left;
	background-repeat:repeat-y;
}

.testo_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

.testo_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.testo_12_bianco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input {
	/*
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #d8dde5;
	border-right-color: #d8dde5;
	border-bottom-color: #d8dde5;
	border-left-color: #d8dde5;
	*/
	
	color: #535353;
	background-color: transparent;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #535353;
	border-right-color: #535353;
	border-bottom-color: #535353;
	border-left-color: #535353;
}

input.qta {
	text-align: right;
}

input.ghost {
	border: none;
}
.bordo {
	border: 1px solid #CCCCCC;
}

div.float {
	border:0px;
	float: left;
	padding: 3px;
}
