﻿input:focus
{
    border-style: inset;
    background-color: #EBEBEB;
}

/*
input
{
    font-family: arial, Helvetica, sans-serif;
    font-size: .75em;
    color: #333333;
}
*/

label.error
{
    float: none;
    color: #CC0000;
    padding-left: .5em;
    vertical-align: top;
    font-style: italic;
    display: block;
}

DIV.error
{
    display: none;
}

INPUT.error
{
    border: red 1px dotted;
}