body {
    background-color: #ccc;
    font-size: 62.5%;
}

input.text {
    margin-bottom: 12px;
    width: 95%;
    padding: .4em;
}

fieldset {
    padding: 0;
    border: 0;
    margin-top: 15px;
}

h1 {
    font-size: 1.2em;
    margin: .6em 0;
}

@font-face {
    font-family: 'Voltaire';
    font-style: normal;
    font-weight: 400;
    src: url('http://themes.googleusercontent.com/static/fonts/voltaire/v1/by9u-sGMMbyqjrYKTYAQNfesZW2xOQ-xsNqO47m55DA.eot');
    src: local('Voltaire'), url('http://themes.googleusercontent.com/static/fonts/voltaire/v1/ag0Q3_6hjQFerbCN2Eewq_esZW2xOQ-xsNqO47m55DA.woff') format('woff');
}

#login label, #login input.text {
    display: block;
}

#register label, #register input.text {
    display: block;
}

#register label.inline {
    display: inline;
}

#status-msg {
    font-weight: bold;
    text-align: center;
}

.center {
    text-align: center;
}

.logo {
    font-family: 'Voltaire';
    font-size: 24px;
}