#confirmBtn,
#cancelBtn,
#submitBtn,
.formConfirm{
  display: none;
}

.cd-main-header{
  position: static;
}
.formDiv{
  margin: 20px;
}
#footer .wrap{
  margin-top: 0;
}
#anchorFormTitle{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px:
}
textarea{
  width:30em;
  height:8em;
}
.textXShort{
  width:4em;
}
.textShort{
  width:8em;
}
.textMedium{
  width:15em;
}
.textLong{
  width:30em;
}
#cancelBtn{
  margin-right: 10px;
}
body .caution{
  color: #e00;
}
dt{
  font-weight: bold;
}
dl{
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.formCompleteLink{
  display: block;
  text-align: center;
}
.formCompleteLink a{
  display: inline-block;
  color: #fff;
  background-color: #8d7856;
  border-radius: 3px;
  padding: 5px 10px;
}
@media screen and (max-width:767px){
  div#content{
    margin-left:auto;
    margin-right:auto;
    width:320px;
  }
}
