﻿table.login
{
    width:500px;
    background-color:#FFFFFF;
    font-size:12px;
}

input.login {
    border:solid 1px #cccccc;
    width:250px;
}

.required
{
    background:url('images/icons/error16.png') 0 3px no-repeat;
    padding:5px 0 0 20px;
    height:24px;
}

table.login a:link, table.login a:visited
{
font-size:11px;
text-decoration:none;
color:#415E7E;
}

table.login a:hover
{
font-size:11px;
text-decoration:none;
color:#FF0000;
}
