blockquote.booth-gift {
    border: 1pt solid #008080;
    border-radius: 4pt;
    padding: 12pt;
    margin: 4pt;
}

blockquote.booth-gift span.url {
    color: #008080;
    font-family: monospace;
    font-size: 120%;
}

blockquote.booth-gift span.placeholder {
    color: #b0e0e6;
    font-family: monospace;
    font-size: 120%;
}

blockquote.booth-error {
    color: #ff1493;
    background-color: #f5f5f5;
    font-size: 80%;
    font-weight: bold;
    height: 1em;
    line-height: 100%;
    padding: 4pt;
    margin: 4pt;
}

form#booth-gift {
    margin: 4pt;
    padding: 12pt;
    border: 2pt solid #f5f5f5;
    border-radius: 4pt;
}

form#booth-gift label {
    margin-right: 10pt;
}

form#booth-gift input.gift-id {
    font-family: monospace;
    font-size: 110%;
    padding: 4pt;
}

form#booth-gift input.submit {
    margin-top: 10pt;
    font-size: 10pt;
    height: 3em;
    line-height: 100%;
}
