﻿@Media Screen
{
    body 
    {
        margin: 20 0 0 0; 
        background-color:#EEEEEE; 
        text-align:center;
    }
    div.Container 
    {
        width:540px;
        height: 700px;
        border-color: #1761AB;
        border-style: solid;
        border-width: 1px;
        background-color: white;
    }
    table.MainTable
    {
        color: White; 
        text-align:center;
    }
    td
    {
        color :#808080; 
        background-color :White;
    }
    
    td.LoginHead
    {
        padding:0; 
        height:140px; 
        text-align:center; 
        background-image:url(/CTWebImages/UK/Mazda/maz-login-logo.jpg);
        background-repeat:no-repeat;
        background-position: center center;
    }
    
    td.WelcomeComments
    {
        text-align:center; 
        line-height: 1.5; 
        padding-top:20px;
        color:Black;
    }
    
    table.LoginProcess
    {
        background-position:bottom; 
        background-repeat:no-repeat;
        height:230px; 
        width:100%; 
        text-align:center;
    }
    
    td.LoginLoading
    {
        color:White;
    }
    
    td.Diagnostic
    {
        cursor:pointer; 
        color:#386d82; 
        padding:10px;
    }
    
    td.Copyright
    {
        color: #808080; 
        vertical-align:bottom; 
        padding-bottom:10px;
    }
    b {
        color: black;
    }
}
