﻿.button
{
    border: none;
    padding: 0;
    margin: 0;
    display: inline;
    vertical-align: bottom;
}

.GoToRV
{
    width: 86px;
    height: 28px;
    background: url(../images/buttons/go_to_rv.png) 0 0 no-repeat;
}

.GoToRV:hover
{
    background: url(../images/buttons/go_to_rv_glow.png) 0 0 no-repeat;
}

