/*
 * Formatted form styles
 */

form.formatted {
  color: #000;
}
form.formatted sup.mandatory {
  font-size: 0.9em;
  color: #fff;
}
form.formatted p.fields {
  margin: 0;
}
form.formatted p.fields span.row {
  margin: 0;
  padding: 0;
  width: 360px;
  background: #FFDB6F;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  display: inline-block;
}
form.formatted p.fields span.row {
  display: block;
}
form.formatted p.fields span.row label {
  float: left;
  width: 120px;
  text-align: right;
  margin: 0 15px 0 0;
  padding: 6px 10px 6px 0;
  background: #003255;
  color: #fff;
}
form.formatted p.fields span.row input {
  float: left;
  font-size: 0.9em !important;
  margin: 5px 0 0 0;
  padding: 2px;
  width: 190px;
  border: 1px solid #bbb;
}
form.formatted div.bottom {
  margin-top: 1.7em;
  overflow: hidden;
  display: inline-block;
}
form.formatted div.bottom {
  display: block;
}
form.formatted div.bottom p.legend {
  float: left;
  margin-top: 4px;
  width: 200px;
}
form.formatted div.bottom p.buttons {
  float: right;
  text-align: right;
}
form.formatted div.bottom p.buttons input {
  margin: 0 10px 0 0;
  padding: 0;
  width: 79px;
  height: 31px;
  border: none;
  background: #003255;
  color: #fff;
  cursor: pointer;
