@charset "UTF-8";
/* CSS Document */

/* Form Style */


fieldset {
	float: left;
	/*
	clear: left;
	*/
	width: 100%;	
	margin: 0 0 1.5em 0;
	padding: 0;
	background-image: url(navigation/grey-gradient.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	
}


legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;
}

/*
#nestedLegend {
	margin-left: 0em;
	color: #FF0000;
	font-weight: normal;
}
*/

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


fieldset.submit {
	clear: left;	
	width: 100%;
	
	border: 0 none #FFF;
	
	padding-left: 15em;
	background-image: none;
}


label {
	float: left;
	width: 10em;
	margin-right: 0;
	text-align: right;	
}	

/* NESTED FIELDSET */

/*

fieldset fieldset {
	margin-bottom: -2.5em;
	border-style: none;
  	background-color: #CCCCCC;
	background-image: none;
}

fieldset fieldset legend {
	margin-left: 0;
	font-weight: normal;	
}

fieldset fieldset ol {
	position: relative;
	top: -1.5em;
	margin: 0 0 0 11em;
	padding: 0;
}

fieldset fieldset label {
	float: none;
	width: auto;
	margin-right: auto;	
}

*/

#errors {
	color: #8A1A00;
	font-size: 80%;
	font-style: italic;
}

