/********************************************************************
'/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  Program MAINTENANCE Log
'Copyright (c) 2002, by ULTRADATA AUSTRALIA PTY LTD
'Rel    byWhom  When              ReviewedBy When
'---    ------  ----              ---------- ----
'4.4    KBTan   27Jan16
'       [PD2885 QA# 5043624]
'       Added style to make Notes to Payee field(textarea element) behave more consistently between different browser type. 
'4.4    KBTan   02Dec15
'       [PD2885 QA# 5041451]
'       Extend to accommodate label "Reference (To appear on Statement)"
'4.4    KBTan   01Dec15
'       [PD2885 QA# 5041337]
'       Remove style that cause the label and its data out off alignment in the confirmation view. 
'4.4    KBTan   30Nov15
'       [PD2885 QA #5041318]
'       Fix the issue that the dropdown item of --Please Select-- is truncated. 
4.2.0  CBooth   10Mar15
'       [PD2567]
'********************************************************************/
    div.axlabel
    {
        display: inline-block;
        width: 205px;
    }

    div.axentry
    {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    div.axsection
    {
        border-bottom: 1px solid lightgrey;
    }

    div.axsectionnb, div.axsection
    {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    div.axcontainer
    {
        width: 850px;
        padding-left: 20px;
        padding-right: 20px;
    }

    div.axsendto
    {
        display: inline-block;
        width: 115px;
        text-align: left;
        padding-left: 4px;
    }

    div.axsendto select
    {
        width: 110px;
    }

    div.axentry select, div.axentry input[type='text']
    {
        display: inline-block;
    }

    div.axentry input[type='text'], div.axentry textarea
    {
        width: 200px;
    }
    div.axentry input
    {
        vertical-align: middle;
    }
    tr[align=center] td
    {
        text-align:left;
    }
    .axinfo
    {
        margin-left:3px;
    }
    .axnotetopayee
    {
        overflow:auto;
        resize:none;
    }
