body.form .required {
  font-weight: bold;
  color: #9e420b;
}
body.form form div.row, body.form form div.fieldset-row {
  clear: both;
  min-height: 33px;
}
body.form form div.label {
  float: left;
  width: 100px;
  text-align: right;
  margin-right: 20px;
}
body.form form div.label2 {
  float: left;
  width: 350px;
  text-align: left;
  margin: 0 85px 2px 0;
}
body.form form label.full_line {
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 0 115px;
}
body.form form label {
  font: normal normal bold 0.95em "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #4c4e52;
}
body.form form div.input {
  float: left;
  width: 340px;
  height: 18px;
  padding: 4px 0 0 5px;
  background: url(../../images/structure/field.png) no-repeat;
}
body.form form div.input input {
  float: left;
  width: 329px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
}
body.form form div.select {
  float: left;
}
body.form form div.select2 {
  float: left;
  font: normal normal bold 0.95em "Trebuchet MS", Trebuchet, Arial, sans-serif;
  color: #4c4e52;
}
body.form form div.textarea {
  float: left;
  width: 335px;
  height: 303px;
  padding: 5px;
  background: url(../../images/structure/textarea.png) no-repeat;
}
body.form form div.textarea textarea {
  width: 335px;
  height: 303px;
  margin: 0;
  border: 0;
}
body.form form div.textarea2 {
  float: left;
  width: 335px;
  height: 168px;
  padding: 5px;
  background: url(../../images/structure/textarea2.png) no-repeat;
}
body.form form div.textarea2 textarea {
  width: 335px;
  height: 168px;
  margin: 0;
  border: 0;
}
body.form form div.textarea3 {
  float: left;
  width: 335px;
  height: 80px;
  padding: 5px;
  background: url(../../images/structure/textarea3.png) no-repeat;
}
body.form form div.textarea3 textarea {
  width: 335px;
  height: 80px;
  margin: 0;
  border: 0;
}
body.form form div.btn-container {
  clear: both;
  margin: 20px 0;
  height: 32px;
}
body.form form div.btn-container2 {
  clear: both;
  margin: 20px 200px;
  height: 32px;
}
body.form form div.btn-container input {
  float: right;
  margin-left: 10px;
}
body.form form hr {
  margin: 13px 0 15px 0;
}
body.form form hr.textarea {
  margin: 4px 0 15px 0;
}
body.form form div.submit {
  margin: 10px 0 0 120px;
}
body.form iframe.embed-form {
  width: 100%;
  height: 1200px;
}
body.form .embed-form body {
  padding: 0px !important;
}
body.form .interestgroup_field {
  float: left;
}
body.form .interestgroup_field li {
  list-style: none outside none;
  margin: 0;
}
#actions li {
  margin: 0;
}
.button {
  color: #fff;
  text-decoration: none;
  float: left;
  background: #fff;
  /* Old browsers */

  background: -moz-linear-gradient(top, #87a628 0%, #4b8238 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87a628), color-stop(100%, #4b8238));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #87a628 0%, #4b8238 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #87a628 0%, #4b8238 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #87a628 0%, #4b8238 100%);
  /* IE10+ */

  background: linear-gradient(top, #87a628 0%, #4b8238 100%);
  /* W3C */

  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#87a628', endColorstr='#d3dae3', GradientType=0);
  /* IE6-9 */

  border: 1px solid #6F934E;
  padding: 3px;
  font-weight: bold;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 5px 0 0;
  padding: 3px 5px;
  height: 12px;
  line-height: 12px;
}
.button:hover {
  background: #fff;
  /* Old browsers */

  text-decoration: none;
  background: -moz-linear-gradient(top, #4b8238 0%, #87a628 100%);
  /* FF3.6+ */

  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b8238), color-stop(100%, #87a628));
  /* Chrome,Safari4+ */

  background: -webkit-linear-gradient(top, #4b8238 0%, #87a628 100%);
  /* Chrome10+,Safari5.1+ */

  background: -o-linear-gradient(top, #4b8238 0%, #87a628 100%);
  /* Opera 11.10+ */

  background: -ms-linear-gradient(top, #4b8238 0%, #87a628 100%);
  /* IE10+ */

  background: linear-gradient(top, #4b8238 0%, #87a628 100%);
  /* W3C */

}
