.sec.survey{
  width: 600px;
}
.sec.survey h3{
  margin-bottom: 12px
}
.sec.survey h4,
.sec.survey label{
  font-size: 80%; 
}
.sec.survey h4 .red{color: #dd0000}
.sec.survey .input-group{
  margin-bottom: 12px;
}
.sec.survey .input-group textarea{
  width: 100%;
  height: 100px;
  padding: 12px;
  font-size: 12px;
}
.sec.survey .submit-button {
    color: #fff;
    background-color: #000;
    padding-right: 2em;
    padding-left: 2em;
    /*margin-left: 1em;*/
    height: 2em;
    display: inline-block;
}