INPUT
{
    font-size: 12px;
    color: #0066ff;
}
A:hover
{
    text-decoration: underline;
}
.input
{
    background-color: transparent;
    border-right: #c1ab9f 1px solid;
    border-top: #c1ab9f 1px solid;
    border-left: #c1ab9f 1px solid;
    border-bottom: #c1ab9f 1px solid;
    font-size: 12px;
    color: #ffffff;
    line-height: 18px;
}

