






	
fieldset {
	margin:				1.5em 0 0 0;
	padding:			0px;
	float:				left;  
	clear:				left;  
	width:				100%;  
	border:				1px solid #BFBAB0;  
	background-color:	#F2EFE9;
	background-image:	url(fade_form_bg.png);
	background-repeat:	repeat-x;
}
fieldset.submit {  
	float:				left;  
	width:				auto;  
	border-style:		none;
	padding-left:		14em;
	background-color:	transparent;
	background-image:	none;
}
legend {
	margin-left:		1em;	
	font-size:			10pt;
	font-weight:		bold;
	padding:			10px;  
	color:				#000;  
}
legend a {
	font-size:			10pt;
	font-weight:		bold;
	color:				#000;  
}
fieldset ol {  
	float:				left;  
	padding:			1em 1em 0 1em;  
	list-style:			none;
}
fieldset li {  
	float:				left;  
	clear:				left;  
	width:				100%;  
	padding-bottom:		0.5em;
}	
fieldset li span.moreinfo {
	float:				right;  
	padding-left:		1em;
	width:				40em;  
	text-align:			left; 
	line-height:		2em; 
}
label {  
	float:				left;  
	width:				12em;  
	margin-right:		1em;
	text-align:			right; 
	line-height:		2em; 
}	
legend img {
	vertical-align:		-2px;
}
legend a.expand {
	padding-left:		2em;
	color:				#c9c9c9;
	font-variant:		small-caps;
	font-size:			smaller;
	background:			url(expand.png) no-repeat;
}
	
	