body {
  margin: 0px;
  font-family: "Proxima Nova", "Helvetica", "Arial";
}

div.nav {
  height: 128px;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 31px;
  padding-left: 18px;
}

div.content {
  background-color: #fff;
  width: 885px;
  margin: 0px auto 60px auto;
  border-radius: 9px;
  padding: 30px 30px 50px 30px;
  min-height: 600px;
  text-align: center;
}

div.content div.left_border {
  margin-left: -34px;
  margin-top: -33px;
  position: absolute;
  background-image: url('images/border.png');
  width: 13px;
  height: 617px;
}

div.content div.right_border {
  position: absolute;
  background-image: url('images/border.png');
  background-position: -13px;
  width: 13px;
  height: 617px;
  margin-left: 906px;
  margin-top: -33px;
}

div.content div.top_border {
  position: absolute;
  margin-top: -33px;
  margin-left: -21px;
  background-image: url('images/border_top.png');
  background-repeat: repeat-x;
  width: 927px;
  height: 5px;
}


.store-section-purchaser-details + .store-section-customer-details .store-field-contact-email:after {
  content: "Please enter the customer\'s email address.  This field is not for the Partner address, and no information will be sent to your customer.";
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  color: #FF8316;
  display: block;
}
