body {
    margin: 0;
    font-family: helvetica, arial, sans-serif;
    background-color: #DDDDE4;
}

.topbar {
    background-image: linear-gradient(to bottom, #BBD, #668);
}

.title {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    color: #FFF;
    text-shadow: rgba(0, 0, 0, 0.6) 0 -0.05em 0;
    padding: 0.5em;
}

.textbox {
    border: 1px solid black;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: 0.75em;
    background-color: white;
    font-size: 13pt;
    padding: 1em;
}

.textbox p {
    margin: 0em;
}

.content {
    min-height: 292px;
}

#welcome {
    text-align: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    -webkit-user-select: none;
    user-select: none;
}

.form {
    display: inline-block;
    border: 1px solid black;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    background-color: white;
    padding: 0.5em;
}

.button {
    display: inline-block;
    margin: 0.75em;
    padding: 0.6em 0.8em;
    border: 1px solid black;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
    text-shadow: white 0 0.05em 0;
    background-image: linear-gradient(to bottom, #FFF, #BBB);
}
