﻿
.txt
{
    border: 1px solid #1183DA;
    background-color: Transparent;
    vertical-align: middle;
    height: 27px;
     border-top-left-radius: 6px;
            border-top-right-radius: 6px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
}
.txt:hover
{
    border: 1px solid #1183DA;
    background-color: #FF9966;
}
.txt:focus
{
    border: 1px solid #1183DA;
    background-color: #FFCC99;
}

