﻿body {
}

.button
{
    stroke:black;
    /*fill:#f2f2f2;*/
    stroke-width:2px;
    fill:url('#bar_gradient');
    cursor:pointer;
}

.buttonLabel
{
    font-size:13px;
    font-weight:bold;
    text-anchor:middle;
    cursor:pointer;
}
