﻿a.bigbutton *
{
    color: #595959;
    font-weight:bold;
    font-size: 16px;
}
a.midbutton *,
a.smallbutton * 
{
    color: #595959;
    font-weight:bold;
    font-size: 12px;
}

a.bigbutton {
    background: transparent url('../images/buttons/bigbutton-right.png') no-repeat scroll top right;
    color: #595959;
    display: block;
    float: left;
    font-weight:bold;
    font-size: 16px;
    height: 34px;
    margin-right: 6px;
    padding-right: 4px;
    text-decoration: none;
}

a.bigbutton span {
    background: transparent url('../images/buttons/bigbutton-left.png') no-repeat;
    display: block;
       color: #595959;
    line-height: 16px;
    padding: 10px 50px 10px 54px;
}

a.midbutton {
    background: transparent url('../images/buttons/midbutton-right.png') no-repeat scroll top right;
    color: #595959;
    display: block;
    float: left;
    font-weight:bold;
    font-size: 12px;
    height: 30px;
    margin-right: 6px;
    padding-right: 5px;
    text-decoration: none;
}

a.midbutton span {
    background: transparent url('../images/buttons/midbutton-left.png') no-repeat;
    display: block;
    color: #595959;
    line-height: 12px;
    padding: 10px 5px 8px 10px;
}

a.smallbutton {
    background: transparent url('../images/buttons/smallbutton-right.png') no-repeat scroll top right;
    color: #595959;
    display: block;
    float: left;
    font-weight:bold;
    font-size: 12px;
    height: 23px;
    margin-right: 6px;
    padding-right: 5px;
    text-decoration: none;
}

a.smallbutton span {
    background: transparent url('../images/buttons/smallbutton-left.png') no-repeat;
    display: block;
       color: #595959;
    line-height: 12px;
    padding: 5px 5px 5px 10px;
}

a.bigbutton .set span,
a .set span,
a.set span 
{
    color:#781c33;
}
