/* CSS Document */

label.error
{
display: none;
color: white;
font-style: italic;
width:300px;
}

input:focus { border: 1px solid #0066CC; }
input.error { border: 1px dotted white; background-color:#0066CC;}

