#content
{
    padding: 0px 10px 10px 10px;
    width: 750px;
}
#content h1 
{
    margin-top: 0px;
}
#content .error_header 
{
    color: #ee0000;
    font-size: 1.1em;
    font-weight: bold;
}
#content .error
{
    color: #ee0000;
    font-size: .8em;
}
#content .small 
{
    font-size: .8em;
}
#content .bold 
{
    font-weight: bold;
}

#content .user_messages 
{
    font-weight: bold;
    color: #ff0000;
    font-size: 1.2em;
}

