﻿.tdTitolo
{
    text-align:center;
    background-color:#222;
    color:#fff;
    font-family:Verdana;
    font-size:12pt;
    font-weight:bold;
}

.tbLogin
{
    color:#222;
    font-family:Verdana;
    font-size:10pt;
    width:350px;
    padding:0;
    border-spacing:0;
}

.trHead
{
    background-color:#222;
    height:50px;
}

.tdHeadFirstCell
{
    border-top:1px #222 Solid;
    border-bottom:1px #222 Solid;
    border-left:1px #222 Solid;
    width:15px;
}

.tdHeadCentralCell
{
    border-top:1px #222 Solid;
    border-bottom:1px #222 Solid;
    text-align:center;
    padding:4px;
    color:#fff;
}

.tdHeadLastCell
{
    border-top:1px #222 Solid;
    border-right:1px #222 Solid;
    border-bottom:1px #222 Solid;
    width:15px;
}

.trBody
{
    border:0px;
    background-color:#fff;    
}

.tdBodySpace
{
    border-right:1px #222 Solid;
    border-left:1px #222 Solid;
}

.tdBodyFirstCell
{
    border-left:1px #222 Solid;
    width:15px;
}

.tdBodyLastCell
{
    border-right:1px #222 Solid;
    width:15px;
}

.tdBodyLastTr
{
    border-right:1px #222 Solid;
    border-bottom:1px #222 Solid;
    border-left:1px #222 Solid;
}

.btnLogin
{
    width:300px;
    background-color:#222;
    border: 1px solid #222;
    cursor:pointer;
    padding: 8px 0px 8px 0px;
    color:#fff;
    font-family:Verdana;
    font-weight:bold;
}

.RememberMe
{
    font-size:10pt;
}

.FailureText
{
    color:Red;
    font-family:Verdana;
    font-size:10pt;
    font-weight:bold;
}