﻿body {
    color: #aaa;
    font: 1em verdana, arial;
    background-color: #000;
    text-align: center;
}

#PageContent {
    display: block;
    margin: 2em auto;
    border: 2px solid #444444;
    border-radius: 10px;
    width: 400px;
}

#PageTitle {
    display: block;
    margin: 0em auto .5em auto;
    width: 400px;
    height: 72px;
    background: url( ../res/logo-dawson.png ) no-repeat;
    background-position: center;
    text-indent: -10000px;
    border-bottom: 1px solid #444;
}

#PageContent table {
    margin: 0 auto;
    width: 100%;
    text-align: left;
}

#PageContent table input[type=Password], #PageContent table input[type=Text] {
    text-align: left;
}

.FormLabel {
    text-align: right;
}

.Weak, .Short {
    color: #ff006e;
}

.Good {
    color: #b6ff00;
}

.Strong {
    color: #00ff00;
}