
button.normal  {
    font-weight: bold;
    background: url('../../v1/images/buttons/buttons-normal.png') no-repeat;
    border: none;
    height: 34px;
    color: #353e8f;
    font-size: 14px;
    text-shadow: #eee 0px 1px 1px;
}

button.normal:hover {
    cursor: pointer;
}

button.priority  {
    font-weight: bold;
    background: url('../../v1/images/buttons/buttons-priority.png') no-repeat;
    border: none;
    height: 34px;
    font-size: 14px;
    color: #594722;
    text-shadow: #eea 0px 1px 1px;
}

button.priority:hover {
    cursor: pointer;
}


button.small {
    width: 64px;
    background-position: -10px -8px; 
}
button.small:hover {
    background-position: -10px -48px; 
}
button.small:active {
    background-position: -10px -88px; 
}
button[disabled="disabled"].small {
    background-position: -10px -128px; 
}


button.medium {
    width: 134px;
    background-position: -82px -8px; 
}
button.medium:hover {
    background-position: -82px -48px; 
}
button.medium:active {
    background-position: -82px -88px; 
}
button[disabled="disabled"].medium {
    background-position: -82px -128px; 
}

button.large {
    width: 183px;
    background-position: -223px -8px; 
}
button.large:hover {
    background-position: -223px -48px; 
}
button.large:active {
    background-position: -223px -88px; 
}
button[disabled="disabled"].large {
    background-position: -223px -128px; 
}

