form#contato {
  width: 35em;
  margin: 2em auto;
  font-family: Verdana;
  font-size: 10pt;
  color: navy;
padding: 0 2em;
text-align: left;
}

#contato label {
  font-weight: bold;
  display: block;
  line-height: 1.3em;
}

#contato input {
  display: block;
}

#contato input, #contato select, #contato textarea {
  margin-bottom: 1.3em;
}

#contato #nome, #contato #email, #contato #assunto {
  width: 20em;
}

#contato #mensagem {
  font-family: sans-serif;
  width: 20em;
}

p.daviso {
  font-family: Verdana;
  font-size: 10pt;
  color: navy;
  width: 35em;
  margin: 1.3em 0;
}
