﻿@import url(Reset.css);
@import url(Basic.css);

/* 
    blue        #3969ce
    dark green  #527709
    light green #8dc423
    dark red    #77200f
    light red   #91210b
*/

body
{
    margin: 200px 0 0 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.0em;
    color: #181818;
}

#logo { height:54px;width:212px }

.content
{
    margin:0 auto;
    padding:0;
    height:250px;
    width:500px;
    background: url(/images/bgLogin.jpg) no-repeat top left;   
}

h2 {margin:0 0 10px 5px; font-size:1.3em; font-weight:bold;color:#600; }

.login
{
    padding:10px;
    position:relative;
    left:60px;
    top:80px;
    text-align:left;
    width: 332px;
}

.login table td {padding:4px;}