#box {
    position: relative;
    background: black;
    border: 2px solid #444;
    width: 28em;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding: 1em;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#header {
    line-height: 60px;
    padding-right: 10px;
    font-size: 220%;
    font-weight: bold;
    background: #222;
    color: #aaa;
    padding-left: 80px;
}

#logo {
    width: 60px;
    height: 60px;
    background: url(logo_small.jpg) white no-repeat top center;
    position: absolute;
    top: 1em;
    left: 0em;
}

#message {
    color: red;
    text-align: center;
}

form {
    margin-top:1em;
}

#footer {
    padding-top: 40px;
    text-align: center;
    font-size: 8pt;
    color: #555;
    clear: both;