﻿.deliveryAddress, .invoiceAddress
{
  margin-bottom: 20px;
  width: 49.5%;
}

.deliveryAddress
{
  float: left;
}

.invoiceAddress
{
  float: right;
}

.deliveryAddress .caption, .invoiceAddress .caption
{
  float: left;
  width: 100%;
}

.invoiceAddress .caption
{
  padding-left: 30px;
}

.deliveryAddress .box, .invoiceAddress .box
{
  float: left;
  font-family: inherit;
  font-size: inherit;
  height: 180px;
  margin-top: 10px;
  padding: 5px;
  width: 315px;
}

.invoiceAddress .box
{
  float: right;
}

.deliveryDate, .deliveryReference, .deliveryDescription
{
  float: left;
  width: 100%;
}

.deliveryDate, .deliveryReference
{
  display: table-row;
  margin: 0 0 5px 0;
  vertical-align: baseline;
}

.deliveryDate .caption, .deliveryReference .caption, .deliveryDescription .caption
{
  padding-right: 5px;
  width: auto;
}

.deliveryDate .value, .deliveryReference .value
{
  width: auto;
}

.deliveryDescription .value
{
  font-family: inherit;
  font-size: inherit;
  height: 100%;
  margin: 10px 0;
  width: 714px;
}

.payButtonWrap
{
  float: left;
  margin: 5px 30px 0 10px;
}

.submitError
{
  font-weight: 500;
}

.submitEmailStatus {
  display:none;
}

