/*******************/
/* standard button */
/*******************/

a.button {
    height: 26px;
    line-height: 26px;
    color: white!important;
    border: none !important;
    cursor: pointer;
    float: left;
    text-decoration: none;
    font-weight: normal;
    font-size: 11px;
}

a.button span{
    float:left;
    padding: 0 0.5em 0 0.5em;
    background-image: url(../images/button/middle.png);
    line-height: 26px;
    height: 26px;
    text-decoration: none !important;
}

a.button:hover span {
    background-position: 0 -26px;
    border: none !important ;
}

a.button div.leftRounding {
    width: 13px;
    height: 26px;
    background-image: url(../images/button/left.png);
    float: left;
}

a.button:hover div.leftRounding {
    background-position: 0 -26px;
    border: none !important ;
}

a.button div.rightRounding {
    width: 13px;
    height: 26px;
    background-image: url(../images/button/right.png);
    float: left;
}


a.button:hover div.rightRounding {
    background-position: 0 -26px;
    border: none !important ;
}

a.button.admin span { background-image: url(../images/button/admin_middle.png); }
a.button.admin div.leftRounding { background-image: url(../images/button/admin_left.png); }
a.button.admin div.rightRounding { background-image: url(../images/button/admin_right.png); }

a.button.green {margin: 0; }
a.button.green span { background-image: url(../images/button/green_middle.png); }
a.button.green div.leftRounding { background-image: url(../images/button/green_left.png); }
a.button.green div.rightRounding { background-image: url(../images/button/green_right.png); }