/* CSS Document */
body { 
	background-color: transparent; 
	margin: 0px;
	padding: 0px;
}

td, tr, table, p { 
	font-style: normal; 
	font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	padding: 0px;
	margin: 0px;
}

.nome {
	color: #323232;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bold;
}

.descrizione {
	color: #444444;
	padding: 5px 0px 5px 15px;	
}

.titolo {
	color: #444444;
	font-weight: bold;
}

.allegato {
	color: #E63D04;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 10px 0px 0px;		
}

.allegato:hover {
	color: #E63D04;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 10px 0px 0px;		
}

.label {
	color: #323232;
	padding: 5px 0px 5px 0px;
	text-transform: uppercase;
}

.titolo-area-ris {
	color: #323232;
	text-transform: uppercase;
	font-weight: bold;
}

.error {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FF3A3A;
}

.button {
	color: #990000;
	font-size: 12px;
	text-decoration:none;
}

.button:hover {
	text-decoration:underline;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;	
	background-image: url(../../images/shared/input_bg.gif);
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #ADADAD;
	background-repeat: no-repeat;
}
