#FormMembership
{
	margin: 0px 10px;
}
form#MembershipRegistration fieldset
{
	border: 1px solid #999;
	background-color:#e0e0e0;
	padding: 10px;
}
form#MembershipRegistration fieldset legend
{
	background-color: #999;
	line-height: 20px;
	padding: 5px;
	margin-left:20px;
	color: #FFF;
	font-weight: bold;
}
.fullwidth
{
	width: 100%;
}
form#MembershipRegistration p
{
	text-align: center;
}
form#MembershipRegistration input#Submit
{
	width:20%;
}
.numeric
{
	list-style: decimal;
}
.upper-alpha
{
	list-style: upper-alpha;
}
.circle
{
	list-style: circle;
}
#FormMembership li
{
	margin-bottom:20px;
}
#FormMembership li li
{
	margin-bottom:10px;
}
#FormMembership #Sign
{
	color: red;
	font-weight: bold;
}
#FormMembership #SignLi
{
	list-style: none;
}