.mpFormTable{
  list-style-type: none;
  width: 100%;
}

.mpFormLabel{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0.5em 0;
}

.mpFormField{
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}

.mpFormTable ul{
  list-style-type: none;
  padding-left: 0 !important;
}

.mpFormTable input[type="text"]{
  width: 100%;
  height: 38px;
  border: 1px solid #818181;
  border-radius: 4px;
  padding: 0 1em;
}

.mpQuestionTable{
  margin: 1em 0;
}

.submitButton{
  position: relative;
  display: inline-block;
  width: auto;
  height: 39px;
  line-height: 39px;
  margin: 0;
  padding: 0 23px;
  border: 2px solid #303030;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  text-align: left;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
  box-sizing: initial!important;
}

.submitButton:hover{
  background-color: #f69732;
  border-color: #f69732;
  color: #fff;
  text-decoration: none;
}

label.error{
  color: #c00;
}

/* Large screens */
@media (min-width: 640px){
  .mpFormTable{
    width: 70%;
  }

  .mpFormLabel{
    width: 300px;
  }

  .mpFormField{
    width: 300px;
    margin-bottom: 0;
  }

  .submitButton{
    margin-left: 303px;
  }
}
