div#contact_form {
   display: block;

   padding: 7px;
}

div#contact_form table tr td {
   padding: 5px;
   font-weight: bold;
}

div#contact_form input {
   border: 1px solid rgb(140, 133, 118);
   height: 19px;
   font-weight: normal;
   color: #000000;
}

div#contact_form select {
   width: 250px;
   border: 1px solid rgb(140, 133, 118);
   font-weight: normal;
   color: #000000;
}

div#contact_form textarea {
   width: 330px;
   height: 200px;
   border: 1px solid rgb(140, 133, 118);
   font-weight: normal;
   color: #000000;
}

div#contact_form button {
   width: 100px;

   margin-top: 10px;
   margin-right: 10px;
   border: 1px solid rgb(140, 133, 118);
   font-weight: normal;
   color: #000000;
}

