﻿fieldset
{
	position: relative;
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9; /* 	background-image: url(images/fieldset_gradient.jpg);      	background-repeat: repeat-x;     	*/
}
legend
{
	padding: 0;
	color: #545351;
	font-weight: bold;
}
fieldset ol
{
	padding: 3.5em 1em 0 1em;
	list-style: none;
}
fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

legend span
{
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.5em;
	/* font-size: 135%;*/
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-top: 1.5em;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}

/* label on top */

/*fieldset label {    
display: block;   
}*/


/* Left-aligning Text Labels */

fieldset label
{
	float: left;
	width: 10em;
	margin-right: 1em;
}

/* Right-aligning Text Labels */

/*fieldset label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;
}
*/

fieldset label em
{
	
	left: 10em;
	top: 0;
}

