
/* Form */
fieldset
{
	border: 0;
	margin: 0;
	padding: 0;
}

legend
{
	display: none;
}

#Form ul,
#Form ul li
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#Form ul li
{
	padding-bottom: 8px;
}

#Form label
{
	float: left;
	width: 120px;
	margin-right: 8px;
	background-color: transparent;
	color: #000;
	font-weight: bold;
	text-align: right;
}

#Form .Input
{
	width: 50%;
}

#Form .Submit
{
	clear: left;
}

#Form .Button
{
	width: auto;
}


/* Form > Join */
#Form.ApplyForm .Submit
{
	margin-top: 20px;
}


/* Request Password */
div.FormComplete ul,
div.FormComplete ul li
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.FormComplete ul {
	list-style: none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/* Error(s) */
.ErrorContainer
{
	margin: 10px 0 20px 0;
	border: 2px solid #000;
	padding: 10px 10px 15px 10px;
	background-color: #ff4465;
	color: #fff;
}

.ErrorTitle
{
	font-weight: bold;
	margin-bottom: 6px;
}
