div.contact_form form,
div.contact_form table,
div.contact_form th,
div.contact_form td
{
  margin: 0 auto;
  padding: 0px;
  vertical-align: top;
  text-align: left;
}

div.contact_form table
{
  border-collapse: collapse;
  border: 1px solid grey;
  background-color: white;
}

div.contact_form th,
div.contact_form td
{
  padding: 5px;
  border-top: 1px solid grey;
  border-bottom: 1px solid grey;
  font-weight: normal;
}

div.contact_form th
{
  text-align: right;
}

div.contact_form th.require
{
  font-weight: bold;
}

div.contact_form img
{
  margin-left: 5px;
}

div.contact_form em
{
  text-decoration: none;
  font-style: normal;
  font-weight: bold;
  color: red;
}

div.contact_form div.error
{
  margin-bottom: 15px;
  font-weight: bold;
  color: red;
  text-align: center;
}

div.contact_form div.msg
{
  margin-bottom: 15px;
  font-weight: bold;
  color: green;
  text-align: center;
}

.turing
{
  width: 220px;
  margin: 0 auto;
}

.turing p
{
  text-align: center;
}

.turing input
{
  width: 100px;
  height: 23px;
  font-size: 16px;
  padding-top: 2px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid grey;
}

.turing img
{
  vertical-align: middle;
  border: 1px solid grey;
}

div.contact_form input#submit_contact
{
  display: block;
  width: 120px;
  margin: 10px auto;
  padding: 5px;
  font-weight: bold;
  background: transparent url(images/button.png) no-repeat;
}

div.contact_form div.input
{
  float: left;
}

div.contact_form select
{
  width: 250px;
}

table.form input#submit
{
  display: block;
  margin: 0 auto;
  text-align: center;
}

.formerror {
  border: 2px solid red;
}

.formerrortext {
  color: red;
}

div#verification
{
  width: 450px;
  margin: 0 auto;
  text-align: center;
}

div#verification input#code
{
  display: block;
  float: left;
  width: 200px;
  height: 30px;
  margin: 10px;
  padding: 10px 0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border: 1px solid grey;
}

div#verification img
{
  float: right;
  width: 200px;
  height: 50px;
  margin: 10px;
  border: 1px solid grey;
}

div#verification input#submit
{
  padding: 0 20px;
  font-size: 18px;
  line-height: 18px;
  border: 1px solid grey;
  background: transparent url(images/button.png) no-repeat;
}