.btn
{
    background:#ddd url("../images/btn_bg-gradient.gif") repeat-x 0 0;
    font:11px/14px "Lucida Grande",Sans-serif;
    width:auto;
    margin:0!important;
    overflow:visible;
    padding:4px 10px 5px;
    border-width:1px;
    border-style:solid;
    border-color:#ccc;
    border-bottom-color:#ccc;
    -moz-border-radius:4px;
    -khtml-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    color:#333;
    text-shadow:1px 1px 0 #fff;
    cursor:pointer;
}
    
.btn::-moz-focus-inner
{
    padding:0;
    border:0;
}

.btn-m
{
    background-position:0 -200px!important;
    font-size:15px!important;
    line-height:20px!important;
    padding:5px 15px 6px!important;
    -moz-border-radius:5px!important;
    -khtml-border-radius:5px!important;
    -webkit-border-radius:5px!important;
    border-radius:5px!important;
}
.btn-l
{
    background-position:0 -400px;
    font-size:20px;
    line-height:26px;
    padding:7px 20px 9px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.btn:hover,.btn:focus
{
    border-color:#999 #999 #888;
    background-position:0 -6px;
    color:#000;
    text-decoration:none;
}
.btn-m:hover,.btn-m:focus
{
    background-position:0 -206px;
}
.btn-l:hover,.btn-l:focus
{
    background-position:0 -406px;
}
.btn:active
{
    background-image:none;
    text-shadow:none;outline:none;
}

