
fieldset
{
	display: block;
	margin:  1em 1em;
	border: 1px solid #000000;
	padding: 1.5em 1em 0em 1em;
	text-align: left;
}

fieldset.radio
{
	margin: 1em 0 1em 0;
	border: 1px solid #000000;
	padding: 1em;
}

fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	z-index: 10;
}


fieldset.radio label
{
	position: relative;
	display: inline;
	width: auto;
	margin: 0 0 0 0;
	font-weight: normal;
	z-index: 10;
}

fieldset legend
{
	float: left;
	font-weight: normal;
	color: #336600;
}

input, textarea
{
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	font-size: 12px;
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}


input.submit
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	clear: both;
	top: 0;
}

label
{
	clear: both;
	float: left;
	display: inline;
	width: 8em; 
	margin-top: -1em;
	font-weight: normal;
}

label.first
{
	margin-top: 1em;
}

select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}
/*
fieldset.radio label.radiolabel
{
	height: 1px;
	overflow: visible;
}
*/
fieldset .description {
	z-index: 1;
}