fieldset {
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 10px;
	padding-top: 4px;

	border-width: 1px;
	border-color: #afafaf;
	border-style: solid;
}

label {
	display: block;
	position: relative;
	clear: both;
}

label span
{
	display: block;
	float: left;

	width: 128px;
}

legend {
	font-weight: bold;

	margin-left: 4px;
	margin-right: 4px;

	padding-left: 4px;
	padding-right: 4px;
}

input, select, textarea
{
	height: 16px;
	width: 128px;
	padding: 0px;

	font-size: 10px;
	line-height: 12px;

	border-width: 1px;

	color: #5f1f1f;
	background-color: #ffffbf;
}

textarea
{
	height: 64px;
}

input.hover, select.hover {
	background-color: #ffffdf;
}

*[disabled='disabled'] {
	background-color: #efefef;
	color: #3f3f3f;
}

input.focus {
	background: #ffaf4f;
	border-color: #ffffff;
}

fieldset.player_information { width: 340px; height: 128px; margin-right: 16px; float: left; clear: right; }
fieldset.contact_information { width: 340px; height: 128px; }
