@charset "utf-8";
/* CSS Document */

.moreInformationButton, .ticketButton, .scheduleButton{
	display: inline-block;
	width: 196px;
	height: 29px;
	padding: 12px 5px 0px 5px;
	background-repeat: no-repeat;
	color: white;
	margin-right: 20px;
}
.moreInformationButton{
	background-image:url(/images/events/buttons/more-information-button.jpg);
}
.ticketButton{
	background-image:url(/images/events/buttons/ticket-button.jpg);
}
.scheduleButton{
	background-image:url(/images/events/buttons/schedule-button.jpg);
}

