﻿a.lnkBrown {
    background: #736356;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#736356), to(#000000));
    background: -moz-linear-gradient(#736356, #000000);
    background: linear-gradient(#736356, #000000);
    -pie-background: linear-gradient(#736356, #000000);
    
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    
    box-shadow:0 2px 8px #333;
    -moz-box-shadow:0 2px 8px #333;
    -webkit-box-shadow:0 2px 8px #333;
    
    behavior:url(/cms/outertemplates/includes/scripts/pie.htc);
}