﻿.TextBoxA
{ 
    /*文本框：蓝边 高20 12字体 白色背景*/
    font-size: 12px;
    height: 20px;
}

.TextBoxB
{
    font-size: 12px;
    color: #000000;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    background-color: transparent;
    text-decoration: none;
    border-bottom-style: none;
}
