/*============================================================================*/
/*                                 payment-order-1                            */
/*============================================================================*/
#payment-order-1 {
  background-color: #FFFFFF;
  color: #000000;
  border: solid #000000 1px;
}
#payment-order-1 hr {
  color: #000000;
  background-color: #000000;
  border: none;
  height: 1px;
  width: 100%;
}
#payment-order-1 td {
  border-bottom: solid #000000 1px;
  border-right: solid #000000 1px;
  padding: 4mm;
}
#payment-order-1 .value {
  font-style: italic;
}
/*============================================================================*/
/*                               payment-order-2                              */
/*============================================================================*/
#payment-order-2 {
  background-color: #FFFFFF;
  color: #000000;
}
#payment-order-2 hr {
  background-color: #000000 !important;
  height: 1px;
}
#payment-order-2 .bordered th, 
#payment-order-2 .bordered td {
  border: 1px solid #000000 !important;
}
#payment-order-2 td, 
#payment-order-2 th {
  vertical-align: top;
  padding: 1mm;
}
/*============================================================================*/
/*                                 postal-order                               */
/*============================================================================*/
#postal-order {
  width: 450px;
  background-color: #FFFFFF;
  color: #000000;
  line-height: 130%;
}
#postal-order .fields {
  text-indent: -10mm;
  margin-left: 10mm;
  text-align: justify;
}
#postal-order .value {
  text-decoration: underline;
  font-weight: bold;
  font-style: italic;
}
#postal-order .title {
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
}
#postal-order .bordered {
  border: solid black 1px !important;
}
#postal-order .bordered td {
  border-right: solid black 1px;
  border-bottom: solid black 1px;
  font-size: smaller;
}
#postal-order hr {
  height: 1px;
  clear: both;
  color: #000000;
  background-color: #000000;
  border: none;
  width: 100%;
}