body {
    background: #a3b3fc;
    margin: 0;
    padding: 0;
}

#main {
    width: 600px;
    margin: 0 auto;
    background: white;
    padding: 1em 2em;
    font-family: helvetica, arial;
    font-size: 12pt;
}


h1 {
    font-family: Baskerville, Palatino Linotype, Book Antiqua, serif;
    font-size: 2.5em;
    color: #187fa1; 
}

h2 {
    font-family: Baskerville, Palatino Linotype, Book Antiqua, serif;
    color: #58a2ba;
}

form {
    padding: 1em;
    background: #ffe199;
    border: solid 1px #ffc845;

    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
}

.controlgroup {
    margin-top: 0.5em;
}

input, select {
    font-size: 1.0em;
}

.note {
    color: red;
}

.button {
    text-align: center;
}
