/*
From "The Man In Blue"
http://www.themaninblue.com/writing/perspective/2004/03/24/
http://www.themaninblue.com/experiment/InForm/
*/


#formLayout fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 1px solid #000000;
	border-top: 1em solid #800000;
	padding: 0 1em .5em 1em;
	background-color: #CFB582;
}

#formLayout fieldset legend
{
	background-color: #800000;
	color: #FEF4E0;
	font-weight: bold;
	padding: 0.2em;
}

#formLayout fieldset.nested
{
	margin: 1em 0 1em 0;
	border: 1px solid #800000;
}

#formLayout fieldset.nested legend
{
	background-color: #CFB582;
	color: #000000;
}

#formLayout fieldset span.leftColumn
{
	margin-top: 1em;
	clear: both;
	float: left;
	display: block;
	width: 49%;
}

#formLayout fieldset span.rightColumn
{
	margin-top: 1em;
	left: 50%;
	width: 49%;
	float: left;
	display: block;
}

#formLayout .radio
{
	clear: both;
	float: left;
	display: block;
	margin: 0 0 0 -1em;
}

#formLayout .radio input
{
	position: static;
	clear: both;
	float: left;
}

#formLayout .radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 10em;
	font-weight: bold;
	font-weight: normal;
}

#formLayout .radio legend
{
	float: left;
	font-weight: bold;
}

#formLayout input
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#formLayout textarea
{
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#formLayout input.submitButton
{
	display: inline;
	clear: both;
	top: 0px;
	left: 0px;
}

#formLayout label
{
	clear: both;
	float: left;
	display: block;
	width: 10em;
	margin-top: -1em;
	font-weight: bold;
}

#formLayout label.first
{
	margin-top: 1em;
}

#formLayout fieldset select {
	position: relative;
	top: -1.4em;
	left: 10em;
	display: block;
}

#formLayout fieldset *.noLabel {
	left: 0;
}

#formLayout .checkboxLabel {
	position: relative;
	top: -1.4em;
	display: inline;
	width: 10em;
	margin-top: .5em;
	margin-left: 9.7em;
	font-weight: bold;
}

#formLayout .checkbox {
	position: static;
	clear: both;
	float: left;
}

