.button
{
    /* default css rules go here */
}

.titlebar .button
{
    /* titlebar context rules go here */
    background: red;
}

.sidebar .button
{
    /* titlebar context rules go here */
    background: red;
}

.modal-box .button
{
    /* titlebar context rules go here */
    background: red;
}