﻿div.customerList
{
    width: 90%;
    text-align: left;
    font-size: 12px;
}

.lbCustomerType
{
    width: 200px;
    height: 170px;
    border: 1px solid black;
    vertical-align: top;
    margin-bottom: 30px;
}

div.customerTypeList td
{
    font-size: 12px;
    padding-right: 100px;
}

div.customerTypeList td input.inputText
{
    width: 250px;
}

div.strCustomerTypeError
{
    color: Red;
}