﻿a.button
{
    padding: 4px 10px 5px 17px;
    border: solid 1px #8AB134;
    position: relative;
    cursor: pointer;
    display: inline-block;
    background-image: url( 'images/bkg.png' );
    background-repeat: repeat-x;
    font-size: 13px;
    height: 16px;
    text-decoration: none;
    color: #40740D;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    margin: 0 0 0 8px;
    font-family: Verdana;
}
a.button img
{
    position: absolute;
    top: -4px;
    left: -12px;
    border: none;
}
a.button:hover
{
    color: #8AB134;
}
