.fancybutton {
    display: inline-block;
    height: auto;
    border: none;
    min-width: 110px;
    margin: 0;
    padding: 10px 15px 12px;
    font: 700 13px/1 ProximaRegular, 'Open Sans', sans-serif;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 1px rgba(0, 0, 0, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fancybutton.sec {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    background: #fff;
}

.fancybutton.sec:hover {
    background: #f5f5f5;
}

.fancybutton.pri {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.fancybutton.pri.blue {
    background: #59d;
}

.fancybutton.pri.green  {
    background: #6b6;
}

.fancybutton.pri.red {
    background: #d33;
}

.fancybutton.pri.black {
    background: #555;
}

.fancybutton.pri.blue:hover {
    background: #48c;
}

.fancybutton.pri.green:hover {
    background: #5a5;
}

.fancybutton.pri.red:hover {
    background: #c22;
}

.fancybutton.pri.black:hover {
    background: #444;
}
