fieldset
{
	float: left;
	clear: left;
	width:100%;
	padding: 0;
	border: 2px solid #000000;
	background-color: #999999;
	color:#000000;
	margin-left: -1px;
	
}
fieldset fieldset legend {
top:0
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
	margin-top: 20px;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	list-style: none;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	position: relative;
	float: left;
	width: 30em;
	margin-right: 1em;
}

label em
{
positon: absolute;
left: 10em;
top: 0;
}

label em img
{
	position: relative;
	top: -3px;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}
