form.payform #RestaurantID {
    width: 40px;
}

form.payform #ReservationID {
    width: 150px;
}

form.payform input.paybutton,
a.paybutton {
    background-color: #330101;
    color: #fff;
    display: block;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    line-height: 36px;
    height: 36px;
    border: none;
}

form.payform input.paybutton:hover,
a.paybutton:hover {
    background:#820000 !important;
    color:#fff;
}