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

.box-testo-scheda { 
	width: 670px; 
	height: 193px; 
	overflow: auto;
}

.box-testo { 
	width: 720px; 
	height: 193px; 
	overflow: auto;
}

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

.td-info {
	font-weight:bold;
}

.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;
}

.select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 1px 2px 1px 2px;
	border: 1px solid #9BA9B1;
	background-repeat: no-repeat;
}

#error-messages {
	width: 250px;
	height: 100px;
	overflow: auto;
}

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

p.messages {
  margin: 0px 0px 0px 0px;
}

ul {
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

li {
  margin: 0px 0px 0px 15px;
	line-height: 15px;
  padding: 0px;
}

.trin{
	margin-top: 10px;
}

.compila {
	line-height: 25px;
	font-size:13px;
	height: 165px;
	padding-top: 10px;
}

.button-form {
	color: #990000;
	text-decoration:none;
}

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

.radio-but{
	margin: 0px;
	padding: 0px;
}