/* general 18 */
.button_18
{
    position: relative;
    cursor: pointer;
    height: 18px;
    text-align: center;
    background-image: url(/images/misc/buttons.png);
}
.button_18 div
{
    position: absolute;
    left: 0px;
    top: 2px;
    width: 100%;
    -moz-user-select: none;
}
.button_18:active div
{
    left: 1px;
    top: 3px;
}

/* general 14 */
.button_14
{
    position: relative;
    cursor: pointer;
    height: 14px;
    text-align: center;
    background-image: url(/images/misc/buttons.png);
}
.button_14 div
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    -moz-user-select: none;
}
.button_14:active div
{
    left: 1px;
    top: 1px;
}


/* 238x18 */
.button_238x18
{
    width: 238px;
    background-position: 0px 0px;
}
.button_238x18:hover
{
    background-position: 0px -18px;
}
.button_238x18:active
{
    background-position: 0px -36px;
}


/* 196x18 */
.button_196x18
{
    width: 196px;
    background-position: -238px 0px;
}
.button_196x18:hover
{
    background-position: -238px -18px;
}
.button_196x18:active
{
    background-position: -238px -36px;
}


/* 144x18 */
.button_144x18
{
    width: 144px;
    background-position: -434px 0px;
}
.button_144x18:hover
{
    background-position: -434px -18px;
}
.button_144x18:active
{
    background-position: -434px -36px;
}


/* 92x18 */
.button_92x18
{
    width: 92px;
    background-position: -578px 0px;
}
.button_92x18:hover
{
    background-position: -578px -18px;
}
.button_92x18:active
{
    background-position: -578px -36px;
}


/* 72x18 */
.button_72x18
{
    width: 72px;
    background-position: -670px 0px;
}
.button_72x18:hover
{
    background-position: -670px -18px;
}
.button_72x18:active
{
    background-position: -670px -36px;
}


/* 238x14 */
.button_238x14
{
    width: 238px;
    background-position: 0px -54px;
}
.button_238x14:hover
{
    background-position: 0px -68px;
}
.button_238x14:active
{
    background-position: 0px -82px;
}


/* 196x14 */
.button_196x14
{
    width: 196px;
    background-position: -238px -54px;
}
.button_196x14:hover
{
    background-position: -238px -68px;
}
.button_196x14:active
{
    background-position: -238px -82px;
}


/* 144x14 */
.button_144x14
{
    width: 144px;
    background-position: -434px -54px;
}
.button_144x14:hover
{
    background-position: -434px -68px;
}
.button_144x14:active
{
    background-position: -434px -82px;
}


/* 92x14 */
.button_92x14
{
    width: 92px;
    background-position: -578px -54px;
}
.button_92x14:hover
{
    background-position: -578px -68px;
}
.button_92x14:active
{
    background-position: -578px -82px;
}


/* 72x14 */
.button_72x14
{
    width: 72px;
    background-position: -670px -54px;
}
.button_72x14:hover
{
    background-position: -670px -68px;
}
.button_72x14:active
{
    background-position: -670px -82px;
}
