/* Eigenes PHP-Kontaktformular */

#contactform {
  display: block;
  background: #B2C3CD;
  margin: 10px auto;
  padding: 10px 0px;
  text-align: center;
}

#messageform {
  background: #B2C3CD;
}

#messageform table {
  width: 480px;
  background: #B2C3CD;
  margin: 10px auto !important;
  text-align: center;
  border: 1px solid #000000;
}

#messageform td.contactform_titlenormal {
  font-weight: bold;
  text-align: right;
  color: #003758;
}

#messageform td.contactform_titlecolored {
  font-weight: bold;
  text-align: right;
  color: #0000FF;
}

#messageform td.contactform_titlecheckbox {
  font-weight: bold;
  text-align: left;
  color: #444444;
}

#messageform td.contactform_fieldalign {
  text-align: center;
  line-height: 0;
}

#messageform input, select, textarea {
  background: #FFFFFF;
  border: 1;
  width: 250px;
  font-size: 12px;
}

#messageform input#kopie {
  width: 15px;
  text-align: left;
}

#messageform input#btnSubmit, #messageform input#btnEmpty {
  background: #E7ECEF;
  width: 180px;
  height: 25px;
  font-weight: bolder;
}

