#enq fieldset
{
	position: relative;
	float: left;
	clear: left;
	width: 500px;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#enq fieldset.alt
{
	background-color: #E6E3DD;
}

#enq legend
{
	padding: 0;
	color: #545351;
	font-weight: bold;
}

#enq legend span
{
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	font-size: 135%;
}

#enq fieldset ol
{
	list-style: none;
	zoom: 1;
	padding-top: 2em;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}

#enq fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#enq label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

#enq fieldset.submit
{
	float: none;
	width: 550px;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

