/*
 * Formatted form styles
 */

form.formatted {
  color: #000;
}
form.formatted sup.mandatory {
  font-size: 0.9em;
  color: red;
}
form.formatted p.fields {
  margin: 0;
}
form.formatted p.fields span.row {
  margin: 0;
  padding: 0;
  width: 320px;
  background: #A19997;
  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 10px 0 0;
  padding: 6px 10px 6px 0;
  background: #8A8484;
  color: #fff;
}
form.formatted p.fields span.row input {
  float: left;
  font-size: 0.9em !important;
  margin: 5px 0 0 0;
  padding: 2px;
  width: 160px;
  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;
  padding: 0;
  width: 79px;
  height: 31px;
  border: none;
  background: url(/img/login.gif) top left no-repeat;
  cursor: pointer;
}
form.formatted div.bottom p.buttons input.submit-password {
  margin: 0;
  padding: 0;
  width: 89px;
  height: 26px;
  border: none;
  background: url(/img/login.gif) top left no-repeat;
  cursor: pointer;
}
form.formatted div.become-a-partner {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  display: inline-block;
}
form.formatted div.become-a-partner {
  display: block;
}
form.formatted div.become-a-partner div.image {
  float: left;
  margin: 0 10px 0 0;
}
form.formatted div.become-a-partner div.message {
  float: left;
  margin: 0;
  padding: 0;
  width: 240px;
}
form.formatted div.become-a-partner div.message h2 {
  margin: 0;
  padding: 0;
  font-size: 1.4em;
}