/* This stylesheet is used to style the public-facing components of the plugin. */
.join-button{
	font-style: normal;
}
input.join-button {
	border: none;
	margin: 0 auto;
	margin-top: 1em;
}
#new_member_form fieldset {
	border: none;
	text-align: center;
}
#new_member_form .field{
	padding: 1em;
}

/* registration form hidden by default */
.page-id-226 #registration-form, #vip_registration_form, #invalid-code {
	display: none;
}