body{
  font-family: "Times New Roman";
  font-size: 12px;
  background-color: #AFAFAF;
}
table{
  font-size: 12px;
  font-weight: bold;
}
table#testata{
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
table#testata td{
  background: url(logo.gif) no-repeat;
  padding-left: 170px;
}
table#testata span.dettagli{
  font-size: 12px;
}
table#corpo{
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}
table#login{
  margin-bottom: 5px;
  border: 1px solid black;
}

input, textarea{
  font-family: "Times New Roman";
  font-size: 14px;
}
input.bottoneUguale{
  /*width: 86px;*/
}
input.prev, input.next{
  width: 70px;
}
span.variabili{
  display: none;
}
p.path{
  margin: 16px 0;
}
 table#corpo img{
  border: 2px solid #fff;
}

.disableform { color:black;}

input[disabled], textarea[disabled], option[disabled], optgroup[disabled], select[disabled] { color:black}

input[disabled="disabled"], textarea[disabled="disabled"], option[disabled="disabled"], optgroup[disabled="disabled"], select[disabled="disabled"] { color:black;}
