#horizontalForm fieldset
{
	font-size: 14px;
	border: none;
}

#horizontalForm fieldset.radio
{
	font-size: 12px;
	border: none;
	margin-left: 30px;
	margin-bottom: 10px;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	width: 15em;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
}

#horizontalForm select
{
	display: block;
}

#horizontalForm legend {
	font-weight: bold;
	}
