@charset "utf-8";
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
.text_small {
  font-size: 80%;
}
.text_red {
  color: #ff0000;
}
.fluid {
  border-bottom: 1px solid #ccc;
}
#div5 {
  margin-bottom: 2em;
}
#div5 h4 {
  color: #4cc32f;
  font-size: 120%;
  font-weight: normal;
  margin-right: 0px;
  margin-left: 0px;
  clear: left;
  margin-top: 0px;
  margin-bottom: 5px;
  width: 100%;
}
#formWrap {
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}

table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
input[type="text"],
textarea {
  padding: 0.8em;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 16px;
}
input[type="text"]:focus,
texture:focus {
  box-shadow: 0 0 7px #34db46;
  border: 1px solid #34db46;
  -webkit-box-shadow: 0 0 7px #34db46;
}
input[type="checkbox"] {
  padding: 0.8em;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 20px;
}

@media only screen and (max-width: 760px) {
  table.formTable th {
    width: 100%;
    display: block;
  }
  table.formTable td {
    width: 100%;
    display: block;
  }
}
