﻿/************************************************************************
* Rollover buttons
************************************************************************/
.buttonsmall, .buttonsmall-ovr
{
    background: url(../images/bg/bgButton.png) repeat-x 0 0;
    border: none;
    color: #FFFFFF;
    height: 18px;
    font-weight: normal;
    font-size: 11px;
    padding: 3px;
    cursor: pointer;
    font-family: Gulim, Verdana, Arial, Helvetica, sans-serif;
}
.buttonsmall-ovr
{
    background: url(../images/bg/bgButton.png) repeat-x 0 -20px;
}
