﻿.cssTextBoxStyle
{
    border: 1px solid #A7B9E2;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #031638;
    background-color: #FBFDFF;
    /*height: 16px;*/
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
    width: 100px;
}

.cssTextBoxStyle2
{
    border-style: solid;
    border-width: 1px 1px 0px 1px;
    border-color: #6699FF;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bolder;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #212936;
    background-color: #D7E4FF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
    width: 400px;
}

.cssTextBoxStyle3
{
    border: 1px solid #6699FF;
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    color: #031638;
    background-color: #E8F3FF;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    word-spacing: normal;
    letter-spacing: normal;
    width: 400px;
}

