.mailform dl {

}

.mailform dt {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  text-align: right;
  line-height: 1.4em;
}

.mailform dd {/* width: 368px; */padding: 10px 20px;display: table-cell;vertical-align: middle;/*  font-size: 14pt;*//*  text-align: left;*/}

/*.mailform dd .mfp {
  margin: 3px 0;
  padding: 8px;
  font-size: 100%;
}*/

.mailform dd input[type="text"],
.mailform dd select,
dd textarea {
  width: 300px;
  max-width: 100%;
  font-family: inherit;
  margin: 3px 0;
  padding: 1px 1px;
  font-size: 14px;
/*  background: #f4f4ff;
  border-radius: 4px;
  border: 1px solid #ddddea;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.05);*/
}

@media screen and (max-width:768px) {
  .mailform dd input[type="text"],
  .mailform dd select,
  dd textarea {
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    margin: 3px 0;
    padding: 1px 1px;
    font-size: 14px;
  /*  background: #f4f4ff;
    border-radius: 4px;
    border: 1px solid #ddddea;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.05);*/
  }
}

.mailform dd input[type="radio"],
.mailform dd input[type="checkbox"]:{
  box-shadow: none;
  border: 5px solid #ccc;
  font-size: 14px;
}

.mailform dd .nest {
  padding-left: 45px;
  margin: 10px 0;
}

.mailform dd textarea {
  height: 120px;
  box-sizing: border-box;
  resize: vertical;
}

.submit_area{
  text-align: center;
}

.confirmation_btn {
  width: 235px !important;
  height: 60px;
  border: none;
  border-style: none;
  background: #FFF url(../../img/confirmation_btn.gif);
  text-indent: -5000px;
  overflow: hidden;
  cursor: pointer;
}

.confirmation_btn:hover {
  opacity: .8;
}
