	fieldset
	{
		margin: 0;

		text-align: left;

		padding: 1em;

		border: 1px solid #838383;
		background-color: #fcfcfa;
		text-align: left;
		margin-left: 1em;
		margin-right: 1em;

		font-size: .9em;
	}
	fieldset label
	{
		display: block;
		float: left;
		width: 15em;
		text-align: right;
		vertical-align: top;
		margin-right: .5em;
		border: 0;
		margin-top: .2em;
		/*background-color: green;*/
	}
	fieldset .labeled
	{
padding-top: 3px;
display: block;

	}
	fieldset .hr
	{
		border: none;
		border-bottom: 1px solid #ccc;
		margin-bottom: 6px;
		height: 3px;
		width: 100%;
		display: block;
	}
	fieldset .submit
	{
		color: #090;
		float: right;
	}

		/* replaces fieldset label[for] */
		.IEradiolabel
		{
			text-align: left;
			width: 10em;
			font-weight: bold;
			margin-top: -1px;
		}

	fieldset .formelement
	{
		width: 55%;
		float: left;
		margin:0;
		padding: 0;
		padding-top: 2px;
	}
	fieldset select
	{
		float: left;
		border: 1px solid #000;
		font-family: Arial;

		background-color: #fcfcfc;

		margin: 1px;
		padding: 1px;
		color: #111;
	}
	fieldset legend
	{
		color: #000;
	}
	fieldset option, select
	{
		width: 14em;
		margin-right: .2em;
	}
		* fieldset .IEradio,
		fieldset input[radio]
		{
			margin-right: 1px;
			width: 30px;
			background-color: transparent;
			border: 0;
		}
	fieldset input,
	fieldset textarea,
	fieldset select
	{
		float: left;
	}
	fieldset br
	{
		clear: left;
		margin: 0;
		margin-top: .8em;
		padding: 0;
		width: 0;
	}

	fieldset .buttons
	{
		width: 100%;
		text-align: center;
		float: none;
		margin-top: 30px;
	}
		fieldset .buttons input
		{
			float: none;
			margin: 0;
		}
	fieldset th
	{
		text-align: left;
	}
	fieldset a
	{
		text-decoration: none;
		font-weight: bold;
	}
		fieldset a:visited
		{
			color: #000;
		}
	fieldset h4
	{
		margin-top: 4em;
	}
	form .formRequired
	{
		color: red;
	}

.submenu
{
	border-bottom: 1px solid #dbcc91;
	width: 100%;
	font-size: .9em;
	background-color: #ece9d8;
	padding-bottom: 3px;
}
.submenu .submenu_active
{
	text-decoration: none;
	font-weight: bold;
}