

fieldset
{
	float: right;
	clear: left;
	width: 240px;
	margin: 0 0 1.5em 1.5em;
	padding: 0;
	border: 1px solid #BFBAB0;	
	background-repeat: repeat;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #fff;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

label em
{
	display: block;
	color: #ff0000;
	font-size: 85%;
	font-style: normal;
	text-transform: uppercase;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}