/* CSS Document */
form{
  margin: 0;
  padding: 0;
}
fieldset{
  border:none;
  border: 1px solid #B5C0C9;
  padding: 5px;
  margin-bottom: 10px;
}
textarea{
  background: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  font-family: verdana;
  overflow: auto;
  padding: 3px;
  line-height: 150%;
  border: 1px solid #B5C0C9;
  text-decoration: ;
}
.input{
  border: 1px solid #B5C0C9;
  font-weight: bold;
  color: #336699;
}
.label{
  width: 96px;
  max-width: 98px;
  float:left;
}
.checkbox{
  font-size:12px;
  margin-right: 5px;
}
.red{
  font-weight: bold;
  color: red;
}
.red a:hover{
  text-decoration: none;
}
legend{
  font-weight: bold;
  font-size: 12px;
  color: #000080;
}
.errore{
  width:100%;
  background:#ccc;
  font-weight:bold;
  text-decoration: underline;
}
.errore-form{
  display: inline;
  margin-left: 5px;
  font-weight:bold;
  color: #ff0000;
}
.iscrizione{
  font-size: 11px;
}
.stella{
  font-weight: bold;
  color: #ff0000;
}
table#reg{
    width: 80%;
    padding: 2px;
	background-color: #ffffff;
	border: 0px;
}
table#reg2{
    width: 100%;
    padding: 2px;
	background-color: #ffffff;
	border: 0px;
    color: #000080;
}
.modulo{
  width: 800px;
  text-align:center;
}
.modulo_submit{
  float: left;
  margin-left: 132px;
  margin-right: 0px;
  background:transparent;
  text-align:left;
}
.modulo_sub{
  float: left;
  margin-left: 100px;
  margin-right: 0px;
  text-align:left;
}
.modulo_testo_submit{
  float: left;
  margin-left: 100px;
  margin-right: 0px;
  background:transparent;
  text-align:center;
}
.modulo_stampa{
  float: right;
  margin-left: 15px;
  margin-right: 0px;
  background:transparent;
  text-align:center;
}
.stampa{
  margin-left: 15px;
  margin-right: 110px;
  
}
.modulo_testo_stampa{
  float: right;
  margin-left: 0px;
  margin-right: 180px;
  background:transparent;
  text-align:center;
}
.redspan{
 color: red;
 font-size: 11px;
}
