h3.title {
    color: #333;
    font-weight: bold; 
    border-bottom: 1px solid #444;
}

blockquote {
    font-size: 0.9em;
    font-style: italic;
}

div.errorBox {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background: #FC9;
    color: #222;
    text-align: center;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

div.warningBox {
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 10px;
    background: #FCC;
    color: #222;
    text-align: center;
    font-weight: bold;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}
