body {
  padding: 0px 10px;
}

td, tr, p, div {
  font-family : Verdana, Arial, Helvetica, sans-serif;
  font-size : 11px;
  color : #000;
  line-height: 130%;
}
a:link, a:visited {
  color: #996666; text-decoration: none;
  font-weight: bold;
}

div#contact_title {
  font-size: 18px;
  font-weight: bold;
}

table#contact_table {
  margin: 5px 10px 5px 10px;
  border-collapse: collapse;
  border: solid 1px #aaa;
}
table#contact_table th,td {
  border: solid 1px #aaa;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
table#contact_table th {
  background-color: #eee;
}

table#contact_table td{
	width:60%;
}

div#contact_message p {
  font-weight: bold;
  font-size: 13px;
  color: #f00;
  margin: 8px;
}

div#contact_button {
  margin: 5px 15px 0 15px;
}

table#contact_other {
  margin: 25px 35px 0 35px;
  border-collapse: collapse;
  border: solid 1px #aaa;
}
table#contact_other th {
  padding: 3px 0px 3px 8px;
  vertical-align: middle;
  border: 0;
}
table#contact_other td {
  padding: 3px 8px 3px 3px;
  vertical-align: middle;
  border: 0;
}

table#buttons td {
  border: 0;
}

div#thanks {
  margin: 10px;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #888;
  background-color: #eee;
}

