body {
  background-image: none;
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  font-size: 9pt;
  color: #000;
}

#popup-wrapper {
  padding: 0;
}

#popup-content {
  border: none;
}

FORM {
  background-color: #fff;
}

.form-footer {
  display: none;
}

.form-container_6 {
  border: none;
}

FIELDSET {
  padding: 0;
}

LEGEND {
  color: #000;
  background-image: none;
  padding: 0;
  margin: 0;
  font-size: 1.2em;
}


LABEL {
  color: #000;
  background-image: none;
  padding: 0;
  font-size: 0.7em;
  float: left;
  margin-right: 0.7em;
}

DIV.static-value,
DIV.value {
  margin: 0;
  display: block;
  width: 95%;
  font-size: 0.8em;
}

DIV.field,
DIV.input,
DIV.dual {
  padding: 0;
  margin: 0;
  width: 98%;
  border: none;
}

DIV.form-address-city {
  width: 55%;
  float: left;
}


DIV.form-address-state {
  width: 10%;
  float: left;
}

DIV.form-address-zip {
  width: 30%;
  float: left;
}

.form-container_6 {
  margin: 5px 0 0 0;
  padding: 5px 0 10px 0;
  border-bottom: 1px solid black;
}

#file-upload {
  display: none;
}

div.input,
div.dual {
  min-height: 1em;
}

div.no-value,
input.section-toggle,
fieldset.hide-section,
fieldset#Payment,
fieldset#Shipping {
  display: none;
}

ul.log {
  font-size: 0.9em;
}

span.log-note {
  font-size: 0.9em;
}

div#notice,
div.note {
  display: none;
}