.tbcToolbar {
    BACKGROUND-COLOR: buttonface;
    BORDER-BOTTOM: buttonshadow solid 1px;
    BORDER-LEFT: buttonhighlight solid 1px;
    BORDER-RIGHT: buttonshadow solid 1px;
    BORDER-TOP: buttonhighlight solid 1px;
    HEIGHT: 25px;
    padding:2px;
    margin-right:2px;
}

.tbcButton {
    BACKGROUND-COLOR: buttonface;
    BORDER-BOTTOM: buttonface solid 1px;
    BORDER-LEFT: buttonface solid 1px;
    BORDER-RIGHT: buttonface solid 1px;
    BORDER-TOP: buttonface solid 1px;
    HEIGHT: 23px;
    WIDTH: 24px;
    float:left;
    margin-right:2px;
}
.tbcButtonMouseOver{
    BACKGROUND-COLOR: buttonface;
    BORDER-BOTTOM: buttonshadow solid 1px;
    BORDER-LEFT: buttonhighlight solid 1px;
    BORDER-RIGHT: buttonshadow solid 1px;
    BORDER-TOP: buttonhighlight solid 1px;
    HEIGHT: 23px;
    WIDTH: 24px;
    float:left;
    margin-right:2px;
}
.tbcButtonMouseOverDown{
    BACKGROUND-COLOR: buttonface;
    BORDER-BOTTOM: buttonhighlight solid 1px;
    BORDER-LEFT: buttonshadow solid 1px;
    BORDER-RIGHT: buttonhighlight solid 1px;
    BORDER-TOP: buttonshadow solid 1px;
    HEIGHT: 23px;
    WIDTH: 24px;
    float:left;
    margin-right:2px;
}
.tbcSeparator{
    width:10px;
    float:left;
}
