﻿input[type='text'], input[type='password']
{
    font-family: Arial,Tahoma,Verdana,Helvetica,Helvetica-Narrow, sans-serif;
    font-size: 12px;
    color: #000000;
    border: solid 1px #999999;
}
.error
{
    color: Red;
}
