.desc {
  padding: 0 0 20px;
}

.button {
  text-align: center;
  padding: 20px 0 0;
}

.button input {
  width: 120px;
  line-height: 1;
  padding: 10px 0;
  margin: 0 10px;
  background: #0068b6;
  color: #ffffff;
  border: 1px solid #0068b6;
}

.button input[type="reset"] {
  border: 1px solid #cccccc;
  background: #cccccc;
  color: #666666;
}

table.form {
  width: 100%;
}

table.form th, table.form td {
  text-align: left;
  border-bottom: 1px solid #0068b6;
  padding: 10px;
  vertical-align: top;
}

table.form th {
  width: 200px;
}

table.form .enquete {
  text-align: center;
}

table.form td span {
  font-size: 12px;
  line-height: 18px;
}

table.form input, table.form textarea {
  vertical-align: bottom;
  border: 1px solid #cccccc;
  margin: 0px 0;
}

table.form input[type="text"] {
  vertical-align: baseline;
}

table.form input[type="radio"] {
  vertical-align: baseline;
  margin-right: 10px;
}

table.form input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 10px;
}

table.form .text {
  width: 100%;
  box-sizing: border-box;
}

table.form .text.short {
  width: 150px;
  margin: 10px 0;
}

table.form textarea.text {
  height: 100px;
}

span.must {
  background: #ff0000;
  color: #ffffff;
  margin-left: 10px;
  font-size: 12px;
  display: inline-block;
  padding: 3px 5px;
  line-height: 1;
  font-weight: normal;
}

.contact_overview_desc{
  padding: 0 0 20px;
}

.contact_overview p{
  padding: 10px 0 0;
}

.contact_overview strong{
  color: #00a3ff;
}

.contact_overview_btn {
  padding: 30px 0 0;
}

.contact_overview_btn a{
  display: block;
  width: 300px;
  border:2px solid #ccc;
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
  border-radius: 10px;
  color: #000;
}

.contact_overview_btn a:hover{
  color: #fff;
  background: #ff7e78;
  border:2px solid #ff7e78;
}
