#form_contato {
  width: 90%;
  font: bold 12px Tahoma;
  color: #fff;
  background: #006;
  padding: 5px;
}

#form_contato input, textarea {
  width: 300px;
  background: #fff;
  color: #000;
  border: solid 1px #006;
}
