@charset "UTF-8";

/* Login */

#MemberLoginForm_LoginForm_action_dologin {
    background-image: url(../images/et/button-log-in.png);
    height: 23px;
    width: 76px;
}

#MemberLoginForm_LoginForm_action_dologin:hover {
    background-image: url(../images/et/button-log-in_h.png);
}


/* Contact */

#ContactForm_ContactForm_action_submitContactForm {
    background-image: url(../images/et/button-send.png);
    height: 23px;
    width: 49px;
}

#ContactForm_ContactForm_action_submitContactForm:hover {
    background-image: url(../images/et/button-send_h.png);
}


/* Booking */

#BookingForm_BookingForm_action_submitBookingForm {
    background-image: url(../images/et/button-send.png);
    height: 23px;
    width: 49px;
}

#BookingForm_BookingForm_action_submitBookingForm:hover {
    background-image: url(../images/et/button-send_h.png);
}


/* Newsletter */

#NewsletterForm_NewsletterForm_action_submitNewsletterForm {
    background-image: url(../images/et/button-send.png);
    height: 23px;
    width: 49px;
}

#NewsletterForm_NewsletterForm_action_submitNewsletterForm:hover {
    background-image: url(../images/et/button-send_h.png);
}


/* Newsletter Overlay */

#NewsletterFormCloseButton {
    background-image: url(../images/et/button-close.png);
    height: 23px;
    width: 52px;
}

#NewsletterFormCloseButton:hover {
    background-image: url(../images/et/button-close_h.png);
}


/* Classes */

.booking-link {
    background-image: url(../images/et/book-a-table.png);
    height: 99px;
    width: 121px;
}

.booking-link:hover {
    background-image: url(../images/et/book-a-table_h.png);
}
.party-link {
    background-image: url(../images/et/book-a-party.png);
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 99px;
    width: 123px;
}

.party-link:hover {
    background-image: url(../images/et/book-a-party_h.png);
}
.contact-link {
    background-image: url(../images/et/button-back-to-contact.png);
    height: 23px;
    width: 159px;
}

.contact-link:hover {
    background-image: url(../images/et/button-back-to-contact_h.png);
}
