.tb-cell {
  display: table;
  width: 300px;
  margin: 20px auto 40px auto;
  text-align: left;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border-bottom: 1px solid #aaa;
  padding: 10px;
  vertical-align: middle;
  color: #333;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 100px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 200px;
}
.mail-form .row .cell {
  padding: 5px;
}
input[type="text"],
input[type="email"] {
  height: 30px;
  font-size: 16px;
}
textarea {
  height: 100px;
  font-size: 16px;
}
}
button[type="button"] {
  margin-left: 10px;
}
button[type="button"],
button[type="submit"] {
	display: block;
	margin: 0 auto;
  background: url('../images/contact/submit.png');
  width: 250px;
  height: 30px;
  color: #333;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button[type="reset"] {
  background: none;
}
button[type="button"]:hover,
button[type="submit"]:hover {
}
button[type="reset"]:hover {
  text-decoration: underline;
}
.msg {
  margin: 50px 0;
  font-weight: bold;
}
@media (min-width: 768px) {
.tb-cell {
  width: 800px;
}
.tb-cell .row {
  display: table-row;
}
.tb-cell .row .cell {
  display: table-cell;
  border-bottom: 1px solid #aaa;
  padding: 10px;
  vertical-align: middle;
  color: #333;
}
.tb-cell .row .cell:nth-child(odd) {
  width: 200px;
}
.tb-cell .row .cell:nth-child(even) {
  width: 600px;
}
input[type="text"],
input[type="email"] {
  width: 90%;
  background-color: rgba(255,255,255,0);
  border: 1px solid #aaa;
}
textarea {
  width: 90%;
  background-color: rgba(255,255,255,0);
  border: 1px solid #aaa;
}
/* ** */}
