body div h4
{
    background-color: #eee !important;
    padding: 4px;
    margin-top: 20px;
    -moz-border-radius: 0 20px 0 0;
}

h4 .lessImportant
{
    font-weight: normal;
    font-size: 90%;
    font-style: italic;
}

.note
{
    border-top: 2px solid #ccc; 
    margin-top: 50px;
    padding-top: 2px;
}

.statsForm
{
    margin-top: 40px;
    background-color: #eee;
    padding: 10px;
    -moz-border-radius: 8px;
    font-size: 90%;
}

.statsForm .footnote
{
    color: #888;
}

#statsInput
{
    width: 250px;
}

.statsSubmitButton
{
    font-size: 90%;
}

.statImage
{
    width: 500px;
    height: 280px;
}