.button, .button-bevel
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 5px 9px 3px 9px;
    margin: .1em .1em .1em 0;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}
.button
{
    border-radius: 2px;
}
.button:active
{
    box-shadow: inset rgba(0, 0, 0, 0.4) 0px 0px 6px;
}
.green
{
    background: #339966;
    margin-left: -2px;
}
.green:hover
{
}
.disable
{
    background: #CCD9DD;
}
.action
{
    background: #6699FF;
}
.action:hover
{
    background: #0066CC;
}
.back
{
    background: #FF6666;
}
.back:hover
{
    background: #CC3333;
}