﻿body
{
    margin:0;
    padding:0;
    background-color:#AFC3E1;
    font-family:Arial;
    font-size:70%;
}

div.Login
{
    position:absolute;
    left:50%;
    top:50%;
    width:350px;
    margin-top:-200px;
    margin-left:-175px;
}

div.Login legend
{
    background-color:#6B88BF;
    color:#FFFFFF;
    padding:10px;
    font-weight:bold;
}

div.Login fieldset
{
    border:solid 1px #333366;
    background-color:#FFFFFF;
}

div.Login fieldset input.Button
{
    margin-right:140px;
    float:right;
    width:70px;
    background-color:#333366;
    border:solid 1px #333366;
    font-weight:bold;
    color:#fff2ad;
    margin-top:30px;
}

.tabLogin
{
    width:100%;
    margin-top:20px;
}

input[type="text"]{
    border:solid 1px #AFC3E1;
    width:150px;
}

input[type="text"]:focus{
    background-color:#CBEC61;
}

input[type="password"]{
    border:solid 1px #AFC3E1;
    width:150px;
}

input[type="password"]:focus{
    background-color:#CBEC61;
}