input.button, button.button {
    border: 0;
    background: url(../graphics/button.png) no-repeat;
    height: 24px;
    background-position: 0px 2px;
    margin-top: -2px;
    /* used to catch the buttonEnding */
    position: relative;
	padding: 0px 5px 0px 10px;
    display: inline;
}

.buttonEnding {
    position: absolute;
    display: inline;
    width: 7px;
    height: 24px;
    margin-top: -2px;
    background: url(../graphics/end.png) no-repeat;
    background-position: 0px 2px;
}
