﻿input[type="text"], input[type="password"]
{
    cursor: text;
    border:1px solid #CCCCCC;
}
.required
{
    background-color: #FEEDD1;
    color: #666666;
}
input, textarea
{
    border: 1px solid #CCCCCC;
    font-size: 90%;
    padding: 0.25em 0.5em;
}
