﻿    body { background-color: #f5f7fb; font-family: Verdana; font-size: 11px;  }
    #maindiv { margin: 100px auto 0px auto; width: 620px; height: 250px; padding: 5px 20px 5px 5px; background-color: #ffffff; border: solid 1px #e2e4e7; }
    #logo { padding-bottom: 20px; }
    #content { float: left }
    h1 { color: #007800; height: 30px; margin: 0px; padding: 0px; font-size: 14px; vertical-align: top; font-weight: bold; }
    input[type="text"],
    input[type="password"] { border: solid 1px #b2b2b2; width: 150px; }

a,
a:active,
a:visited,
a:link
{
    color: #007800;
    background-repeat: no-repeat;
    background-position: left center;
}

a:hover
{
    color: #007800;
    background-repeat: no-repeat;
    background-position: left center;
}