.toolbar button {
    background-color: #ECE9E6;
    background-image: none;
    padding: 4px;
    border: 0px;
}

.toolbar button.hover {
    background-color: #fff;
    background-image: none;
}

.toolbar button.selected {
    background-color: #fff;
}

.toolbar button div {
    background-image: url(editor.gif);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.toolbar button div.bold {
    background-position: 0px 0px;
}

.toolbar button div.italic {
    background-position: -16px 0px;
}

.toolbar button div.underline {
    background-position: -32px 0px;
}

.toolbar button div.superscript {
    background-position: -48px 0px;
}

.toolbar button div.subscript {
    background-position: -64px 0px;
}

.toolbar button div.insertorderedlist {
    background-position: -80px 0px;
}

.toolbar button div.insertunorderedlist {
    background-position: -96px 0px;
}

.toolbar button div.justifyleft {
    background-position: -112px 0px;
}

.toolbar button div.justifycenter {
    background-position: -128px 0px;
}

.toolbar button div.justifyright {
    background-position: -144px 0px;
}