.rvbutton {
    background-color:#af0e0e;
    border:1px solid #FFFFFF;
    display:inline-block;
    color:#303030;
    font-size:100%;
    font-family:inherit;
    text-decoration:none;
}
.rvbutton:hover {
    background-color:#af0e0e;
}
.rvbutton:active {
    position:relative;
    top:1px;
}


