﻿.formlabel
{
    text-align: right;
    vertical-align: top;
}

.fieldarea
{
    width: 530px;
}

.description
{
    font-style: italic;
    color: Gray;
}

.fieldheader
{
    line-height: 25px;
    font-size: 120%;
    font-weight: bold;
}

.label
{
    font-weight: bold;
}

.fixlabel
{
    width: 120px;
}

.error
{
    color: Red;
    font-weight: bold;
}

.description
{
    font-style: italic;
    color: Gray;
}

.name
{
    width: 120px;
}

.firstname
{
    width: 120px;
}

.lastname
{
    width: 120px;
}

.middlename
{
    width: 120px;
}

.street
{
    width: 200px;
}

.city
{
    width: 120px;
}

.province
{
    width: 120px;
}

.postalcode
{
    width: 80px;
}

.country
{
    width: 120px;
}

.phoneno
{
    width: 80px;
}

.commodity
{
    width: 200px;
}

.weight
{
    width: 40px;
}

.declaredvalue
{
    width: 80px;
}

.date
{
    width: 80px;
}

.remarks
{
    width: 200px;
}

.accountname
{
    width: 200px;
}

.accountcode
{
    width: 80px;
}