@CHARSET "UTF-8";

a{
    color               : #725B31;
}


.button {
    color               : #fff;
    background          : #725B31;
    text-decoration     : none;
    padding             : 3px 7px;
    display             : inline-block;

    border-radius       : 2px;
    -moz-border-radius  : 2px;
    -webkit-border-radius: 2px;
}

.button:hover {
    background          : #3D3212;
}

input.button {
    border              : 0;
    font-family         : Georga;
    padding             : 6px 7px;
    height              : 25px;
    font-size           : 12px;
    cursor              : pointer;
}

.button.active {
    background          : #3D3212;
}
