@charset "ISO-8859-1";
.TitoloGrigioChiaro {
	font-family: arial;
	font-size: 14px;
	color: #d9d9d9;
	font-weight: bold;
}
.TestoGrigioScuro {
	font-family: arial;
	font-size: 12px;
	color: #595959;
}
.TitoloGrigioScuro {
	font-family: arial;
	font-size: 14px;
	color: #595959;
	font-weight: bold;
}
.TestoGrigioMedio, body {
	font-family: arial;
	font-size: 12px;
	color: #909090;
}
.TestoVerde {
	font-family: arial;
	font-size: 12px;
	color: #00a651;
}
.TestoGrigioScuroPiccolo {
	font-family: arial;
	font-size: 10px;
	color: #595959;
}
.TestoGrigioMedioPiccolo {
	font-family: arial;
	font-size: 9px;
	color: #909090;
}
.TestoGrigioChiaro {
	font-family: arial;
	font-size: 12px;
	color: #d9d9d9;
}
a:link {
	color: #595959;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #595959;
}
a:hover, a.selected:link, a.selected:visited {
	text-decoration: none;
	color: #00a651;
}
a:active {
	text-decoration: none;
	color: #595959;
}

form {
	margin: 0px;
	padding: 0px;
}
#Submit {
	font-weight: bold;
	color: #DCDDDE;
	background-color: #919296;
	border:none;
	border-bottom: solid 2px #dcddde;
}.utente legend {
	font-size: 16px;
	font-weight: bold;
	color: #00A64E;
	padding: 5px;
	border: solid 1px #85868a;
	margin: 10px;
}
.utente fieldset {
	margin: 5px;
	width: 600px;
	border: solid 1px #85868a;
	padding: 3px;
}

input.TestoGrigioScuro {
	background-color: #D9D9D9;
	border: none;
}
.utente  input, .utente textarea {
	background-color: #D5E05D;
	border: solid 1px #D5E05D;
}
.menu_ds .TestoGrigioMedio {
	font-size: 11px;
}
.menu_ds .TitoloGrigioScuro {
	font-size: 13px;
}

