.form-table.dpffm-form-table select, .form-table.dpffm-form-table input {
  width: 90%;
}
.dpffm-howtouse-table tr td {
  border: 1px solid #54375D;
  padding: 5px;
} 

#dpffm_handle-error {
  display: block;
  color: red;
  font-size: 14px;
  padding: 5px 0 0;
}
.placeholder_image .button {
  margin-top: 10px;
}

div.notice.dpffm--notice{
  background-image: url('../images/bg_image.png');
  border: 1px solid #c3c4c7;
  padding: 12px 22px;
}
div.notice.dpffm--notice h3, div.notice.dpffm--notice p{
  color: #ffffff;
}

div.notice.dpffm--notice p.e-note{
    margin-top: 11px;
}

div.notice.dpffm--notice .e-notice__actions a{
  margin-right: 6px;
}

div.notice.dpffm--notice .e-button--cta.cta-secondary{
  color: #FFFFFF;
  background-color: #54375E;
  border-color: #54375E;
}

div.notice.dpffm--notice .e-button--cta{
  box-shadow: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-size: 13px;
  line-height: 2.15384615;
  min-height: 30px;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  box-sizing: border-box;
}
