.btn{
    font-weight: normal;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
    background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
    color: #000;
    border: 1px solid #aaac62;
    border-radius: 8px;
    text-decoration: none;
    text-shadow: #fff 0px 1px 0px;
    min-width: 0;
    float:right;
    padding:6px 5px;
    margin-right: 5px;
    text-decoration: none; 
    cursor: default;
}

.btn:hover {
    color: #000;
}