	fieldset
	{
		border-width: 1px;
		border-top-style: solid;
		border-bottom-style: none;
		border-left-style: none;
		border-right-style: none; 
		border-color: #AC9753;
	}
	legend
	{
		font-weight: bold;
		color: #952B2F;
	}
	label
	{
		font-size: 100%;
	}
	.d_2col, .d_3col
	{		
		float: left;
		padding-bottom: 1.5em;
		display: inline;
	}
	.d_2col
	{
		width:50%;
	}
	.d_3col
	{
		width:33%;
	}
	.d_fieldset
	{
		width:100%;
	}
	.d_help
	{
		font-style: italic;
		padding: 1em;
		font-size: 90%;
		color: #666666;
	}