fieldset
{text-align: left;
	width: 99%;
	margin: 0 0 1.5em;
	padding: 0;
	border: 1px solid #BFBAB0;
	background-color: white;
	background-image: url(../assets/images/fieldset_gradient.jpg);
	background-repeat: repeat x;
}

fieldset legend
{
font-size: 150%;
	margin-left: 3em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

fieldset ul
{
	padding: 1em 1em 1em 1em;
	list-style: none;
	zoom: 1;
}
fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: .5em;
}
label
{	position: relative;
	float: left;
	width: 7em;
	margin-right: 1em;
text-align:left;
}
label em
{
	position: absolute;
	left: 10em;
	top: 0;
}
fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}