  #delivery_container
  {
    float:right;
    margin:0;
    padding:0;
    margin-top:10px;
    width:280px;
    border:2px solid #324972;
  }
  #delivery_box
  {
    margin:0;
    padding:0;
    width:100%;
    margin-top:20px;
    height:60px;
    background-color:#ADB6C7;
    border-top:2px solid #c79d15;
    border-bottom:2px solid #c79d15;
  }
  #dbox_head
  {
    width:100%;
    background-color:#ADB6C7;
  }
  .dbox_head
  {
    font-size:12pt;
    text-align:center;
  }
  #cbox_left, #dbox_left, #ebox_left, #sbox_left, #pbox_left, #tbox_left
  {
    float:left;
    width:150px;
    text-align:right;
  }
  #dbox_right, #dbox_sub, #handling, #dbox_total, #grand_total
  {
    float:left;
    width:118px;
    text-align:right;
  }
  #engineer, #courier
  {
    float:left;
    width:100px;
    text-align:right;
    font-weight:bold;
  }
  #eng, #cou
  {
    float:left;
    width:20px;
    text-align:right;
  }
  #postcode
  {
    text-transform: uppercase;
    float:left;
    width:118px;
    text-align:right;
  } 
