/*
Copyright Alessandro Ricoveri

*/
TABLE    { display: table }TR       { display: table-row }
THEAD    { display: table-header-group }
TBODY    { display: table-row-group }
TFOOT    { display: table-footer-group }
COL      { display: table-column }
COLGROUP { display: table-column-group }
TD, TH   { display: table-cell }
CAPTION  { display: table-caption }

.testo {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 10pt;
	color: #1010FF;
	margin-top: 1px;
	margin-bottom: 1px;
}

.testo_bg {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 10pt;
	color: #1010FF;
	background: #F0F0FF;
	margin-top: 1px;
	margin-bottom: 1px;
}

.testo_iva {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 10pt;
	color: #FFFFFF;
	background: #6464FF;
	margin-top: 1px;
	margin-bottom: 1px;
}

.testo_titolo {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 12pt;
	color: #0000FF;
	font-weight: bold;
}
.ci_link {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 11pt;
	color: #FF0000;
	font-weight: bold;
}
.biz {
	font-family: "ani","trebuchet ms",geneva,Times, Arial;
	font-size: 12pt;
	color: #FF0000;
	font-weight: bold;
}

.myform {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 9pt;
	border: solid 1px #3232ff;
	color: #0000ff;
}
.myform_btn {
	font-family: "ani","trebuchet ms",geneva,Times, Arial;
	font-size: 11pt;
	border: solid 1px #3232ff;
	cursor: pointer;
	color: #0000ff;
	font-weight: bold;
}
.myform_text {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 9pt;
	border: none;
	border-bottom: dashed 1px #3232ff;
	color: #0000ff;
}
.myform_select {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 10pt;
	border: solid 1px #3232ff;
	color: #0000ff;
}
.myform_email {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 9pt;
	border: none;
	border-bottom: dashed 1px #3232ff;
	color: #0000ff;
}
.conteggio_caratteri {
	font-family: "trebuchet ms",geneva,Times, Arial;
	font-size: 8pt;
	border: none;
	color: #1010FF;
}
