/********************************************************************
'/\/\/\/\/\/\/\/\/\/\/\/\/\/\*  Program MAINTENANCE Log
'Copyright (c) 2002, by ULTRADATA AUSTRALIA PTY LTD
'Rel    byWhom  When              ReviewedBy When
'---    ------  ----              ---------- ----
'4.4    KBTan   01Dec15
'       [PD2885 QA# 5041337]
'       Remove style that cause the label and its data out off alignment in the confirmation view. 
4.2.0  CBooth   10Mar15
'       [PD2567]
'********************************************************************/
    div.wulabel
    {
        display: inline-block;
        width: 250px;
    }

    div.wuentry
    {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    div.wusection
    {
        border-bottom: 1px solid lightgrey;
    }

    div.wusectionnb, div.wusection
    {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    div.wucontainer
    {
        width: 850px;
        padding-left: 20px;
        padding-right: 20px;
    }

    div.wusendto
    {
        display: inline-block;
        width: 70px;
        text-align: left;
        padding-left: 4px;
    }

    div.wuentry select, div.wuentry input[type='text']
    {
        display: inline-block;
    }

    div.wuentry input[type='text'], div.wuentry textarea
    {
        width: 200px;
    }
    div.wuentry input
    {
        vertical-align: middle;
    }
    tr[align=center] td
    {
        text-align:left;
    }
    .wuinfo
    {
        margin-left:3px;
    }
