﻿/* StarterKits.Mvc.Membership Stuff
----------------------------------------------------------*/
h2.MvcMembership{
	margin-bottom: 0;
	padding-bottom: 0;
}
h3.MvcMembership{
	margin-top: 5px;
	margin-bottom: 20px;
	padding-top: 0;
}
fieldset.MvcMembership{
	padding: 10px;
	margin-bottom: 16px;
}
fieldset.MvcMembership legend{
	margin-bottom: 8px;
}
fieldset.MvcMembership hr{
	margin: 15px 0 15px 0;
	height: 1px;
}
fieldset.MvcMembership label{
	font-weight: bold;
	display: block;
	margin-top: 8px;
}
fieldset.MvcMembership input[type="submit"]{
	margin: 8px 0 8px 0;
}
fieldset.MvcMembership div.information{
	margin-top: 8px;
}
p.MvcMembershipError{
	color: #cc0000;
}
