﻿ #Login
{
    background: white;
    border: 1px solid #21076A;
    width: 298px;
    height: 200px;
}
#Login h1
{
    font: bold 12px arial;
    color: #666;
    width: 100%;
    border-bottom: 1px solid #666;
    text-align: center;
    padding: 3px 0px 3px 0px;
    margin-bottom: 10px;
}
#Login div
{
    margin-left: 10px;
    margin-right: 10px;
    clear: both;
}
#Login div.ButtonRow
{
    width: 276px;
    text-align: center;
    padding: 0px;
}
#Login div.ButtonRow input
{
    float: none;
    width: 50px;            
}
#Login div.ErrorRow
{
    color: red;
    font-weight: bold;
    text-align: center;
}
#Login div label
{
    width: 70px;
    display: block;
    float: left;
    margin-left: 15px;
}
#Login div input
{
    float: left;
    width: 160px;
}
