h1{
  font-weight: bold;
  font-size: 24px;
  font-style: italic;
  color: #478b38;
  letter-spacing: 1px;
  padding-top:20px;

  padding-left: 30px;

  margin:0px;
}

h2{
  font-weight: normal;
  font-size: 16px;
  padding: 0px;
  margin-left: 50px;
}

p{
  font-style: italic;
  font-weight: normal;
  font-family: verdana;  font-size: 11px;
  padding: 0px;
  margin-left: 30px;
}

a {
  text-align: justify;
  font-size: 11px;  
  text-decoration: none;
  color: #fb0082;
 } 

a:hover {
text-decoration: underline;
}

form{
  padding-top:10px;
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  text-align: center;
}

fieldset {
  border: 1px solid #478b38;
  width: 599px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-top: 3px;
  padding-bottom: 3px;
}

legend{
  color: #ccc;
  font-weight: bold;
  font-size: 15px;
  font-family: georgia;
  letter-spacing: 1px;
}

table{
  margin-left: auto;
  margin-right: auto;
}

td{
  text-align: left;
  padding-left: 5px;
  font-size: 16px;
}

input {
  background-color: #c5da8e;
  border: 0px;
  margin-top: 5px;
  font-family: georgia;
  font-size: 16px;
}

.errore{
  display: inline;
  color: #fb0082;
  font-weight: bold;
  font-style: italic;
}

textarea{
  font-family: georgia;
  font-size: 16px;
  margin-top: 8px;
  margin-bottom: 8px;
  width: 580px;
  height: 200px;
  padding: 3px;
  background-color: #c5da8e;
  border: 0px;
  overflow: auto;
}

button{
  width: 77px;
  border: 0px;
  height: 23px;
  margin: 0px;
  padding: 0px;
  background-color: #000;
}

#checkbox{
  background-color: #000;
}

#informativa a{
  text-decoration:none;
  color: #fb0082;
}

#informativa a:hover {
  text-decoration: underline;
}

.email-inviata{
  text-align: center;
  margin:0px;
  padding-top: 100px;
  padding-bottom: 100px;
  font-size: 20px;
  font-family: georgia;
  font-style: italic;
  font-weight: bold;
}
