body {
    margin: 0;
    background: #808000 url(bg.gif);
    font: 13pt/1.2em Georgia, Times, "Times New Roman", serif;
}

a img {
    border: 0;
}

p, .box, form {
    margin: 1em auto 1em auto;
}

p {
    width: 500px;
    text-align: center;
}

a {
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #323300;
}

.box {
    background-color: white;
    width: 480px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

form { text-align: center; }
input { font-size: 13pt; }

.result {
    min-height: 48px;
}

.result img {
    float: left;
    max-width: 48px;
}

.result a {
    font-size: 16pt;
    margin-left: 10px;
}

.result a.imagelink {
    margin-left: 0;
}

.result p {
    width: auto;
    margin: 0 0 0 58px;
    text-align: left;
}

.result em.count {
    font-size: 11pt;
    float: right;
}

.result em.timestamp {
    font-size: 11pt;
    color: gray;
}

img#spinner {
    margin-bottom: 1em;
}
