a.buttonLang {
    border: 2px solid #ccc;
    padding: 2px 10px 2px;
    color: #B89C6D;
    text-decoration: none; 
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    background: #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.5);
    text-shadow: #fff 0px 1px 1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#cccccc));
    background: -moz-linear-gradient(top,  #eeeeee,  #cccccc);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc');
}

a:active.buttonLang {
    box-shadow: 0px 0px 0px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 0px rgba(0,0,0,.5);
    position: relative;
    top: 1px;
    left: 1px;
}