form table tr td {
  vertical-align: top;
  padding-bottom: 7px;
}

form table tr th {
  width: 120px;
  text-align: left;
  vertical-align: top;
  padding-bottom: 7px;
}

form table tr th label {
  font-weight: bold;
}

form table tr td.note {
  padding-left: 14px;
  color: #227722;
  font-style: italic;
}

ul.checkbox_list li {
  list-style: none;
  margin-left: 0;
}

ul.radio_list {
  margin: 0;
  padding: 0;
}

ul.radio_list li {
  list-style: none;
  margin-left: 0 !important;
  font-weight: bold;
}

ul.radio_list li label {
  cursor: pointer;
}

ul.error_list {
  width: 155px;
  margin: 0;
  padding-left: 0;
}

ul.error_list li {
  list-style: none;
  font-size: 11px;
  color: #550000;
  margin-left: 0 !important;
  border: 1px solid #990000;
  background-color: #FF7777;
  padding: 3px 7px;
  font-weight: bold;
}

span.required-field {
  color: #CC0000;
}

.double_list_select, .double_list_select-selected {
  border-style: solid;
  border-width: 1px;
}

.double_list_select-selected {
  border-color: #337733;
  background-color: #F2FFF2;
}

.double_list_select {
  border-color: #773333;
  background-color: #FFF5F5;
}

.cancel-link {
  display: inline-block;
  margin-right: 5px;
}
