.form {
  border: 2px solid #479500;
  display: block;
  background: #fff;
  width: 500px;
  margin: 20px 0;
}


.field_note {
  color: #999;
  font-size: 10px;
  padding-left: 4px;
  top: 0px;
  position: relative;
}

.form input, .form textarea {
  width: 310px;
}

.form table {
  width: 100%;
  background: #4fa600;
  font-size: 11px;
}

.form td, .form th {
  padding: 10px 7px 15px 7px;
  border-bottom: 1px solid #78bb3b;
  
}

.form th {
  font-weight: normal;
  text-transform: uppercase;
  width: 150px;
  text-align: right;
  color: #fff;
  padding-top: 15px;
  vertical-align: top;
}

.buttonstrip input {
  width: auto;
  padding: 5px;
}

.buttonstrip th {
  border: none;
  padding: 15px 10px;
  text-align: right;
  width: auto;
  background: #479500;
}

sup {
  font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 1px;
  left: 2px;
  vertical-align: baseline;
  padding-right: 3px;
}

.input-very-short input {
  width: 60px !important;
}

.form p.note {
  color: #fff;
  font-size: 11px;
}
 
.form .radio_list input,
.form .check_button input {
  width: auto;
  color: #fff;
}

.form .radio_list label,
.form .check_button label {
  color: #fff;
}
