table, input, textarea, select
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

table.elenco
{
	margin: 10px 20px;
	border: 1px solid silver;
}

table.elenco tr.titolo td
{
	font-weight: bold;
	border-bottom: 1px solid silver;	
	background-color: #4682B4;
	color: white;
	text-align: center;
}
table.elenco tr td
{
	padding: 2px 4px;
}

table.elenco tr td a
{
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

table.elenco tr.pulsantiera td
{
	text-align: center;
}

.input
{
	border: 1px solid silver;
}

.pulsante
{
	border: 1px solid silver;
}

form
{
	margin: 0;
}

.err
{
	text-align: center;
	border: 1px solid red;
	color: red;
	background-color: #BCD2E7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}