/* Vestibule Festival stylesheet */

body 
{
	font-family: Georgia, Arial, sans-serif;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#buttonAndPlayer
{
	width: 30em;
    margin-left: auto;
    margin-right: auto;
    height: 3em;
}

#dlbutton
{
	float: left;
	position: relative;
    top: 2px;
}

.mejs-container
{
	float:left;
	left: 3px;
}

/* For the Paypal button: */
form { 
	margin: 0 auto; 
	width:168px;
}