body {
    background-color: #d6d6d6;
    color: #303030;
}

#page-header {
    background: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}

#page-header h1 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 650%;
    color: #777777;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 40px;
    text-shadow: #ffffff 0 0 12px;
}

#page-header h1 a {
    text-decoration: inherit;
    color: inherit;
}

#page-content h2 {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 250%;
    color: #303030;
    font-weight: bold;
    margin-top: 60px;
}

.form-errors {
    margin-top: 2em;
    margin-bottom: 2em;
}

.form-errors .form-error {
    padding: 0.5em 0.7em;
    margin-bottom: 0.4em;
    background-color: #d9534f;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: #d0d0d0 0 0 8px;
}
