/* HTML TAGS */	
/* kudos to http://www.themaninblue.com/experiment/InForm/columnar.htm */


.columnarForm fieldset {
	/* until today, extra garbage above caused this one to be invisible Dec 20 */
	fXloat: left;
	
	display: block;
	width: 27em;
	margin: 0 1em 1em 0;
	padding: 0 1em 1em 1em;
	background-color: whitesmoke;
}

.columnarForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

.columnarForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.columnarForm fieldset.radio label
{
	font-weight: normal;
}

.columnarForm input
{
	display: block;
	wXidth: 15em;
	font-size: small;
}

.columnarForm label
{
	display: block;
	Xmargin-bottom: 1em;
	fXont-weight: bold;
	font-size: small;
	color: #800000; 
}

.columnarForm label.first
{
	padding-top: 1em;
}

.columnarForm select
{
	display: block;
}
 

.loginText .columnarForm {
	width: 5em;
	height: 2em;
}



.columnarForm .submit
{
	dXisplay: block;
	font-size: xx-small;
	width: auto;  
	height: 2em;
}

#cXriticalear .columnarForm {
	float: none;
	width: 325px;
	height: auto;
	background-color: magenta;
	}

.horizontalForm {
	font-size: smaller;
	/* width useful within tschafer */
	width: 550px;
}

.XhorizontalForm [ class ] {
	max-width: 550px;
}

/* for ie.  ie cannot see the id value given to a select */
.horizontalForm select {
	width: 7em;
}
/* firefox see next two ok. */
.horizontalForm select#_month {	width: 7em; }
.horizontalForm select#_day { width: 3em; }


.horizontalForm fieldset {
	display: block;
	Xmargin: 0 0 3em 0;
	margin: 1em 1em 1em 1em;
	padding: 0 1em 1em 1em;
	background-color: whitesmoke;	

}

.horizontalForm  .radio
{
	margin: 1em 0 2em 0;
}

.horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

.horizontalForm fieldset.radio label
{
	font-weight: normal;
}

.horizontalForm input
{
	display: block;
	width: auto; 
}

.horizontalForm input.submit {
	clear: both;
	font-size: xx-small;
	width: auto; 
	height: 2em;
}

.horizontalForm input {
	clear: both;
	font-size: xx-small;
	wXidth: 5em;
	height: 2em;
}

.horizontalForm label
{
	float: left;
	display: block;
	Xmargin: 1em 1em 0 0;
	margin: 0 1em 0 0;
	font-size: x-small;	
	color: #800000;
	fXont-weight: bold;
}


.horizontalForm select
{
	display: block;
}

.marginForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #000000;
	padding: 0 1em 1em 1em;
}

.marginForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

.marginForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

.marginForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

.marginForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

.marginForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

.marginForm input.submit
{
	clear: both;
	top: 0;
}

.marginForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: bold;
}

.marginForm label.first
{
	margin-top: 1em;
}

.marginForm select
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#verticalForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#verticalForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#verticalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#verticalForm fieldset.radio label
{
	font-weight: normal;
}

#verticalForm input
{
	display: block;
	width: 15em;
}

#verticalForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#verticalForm label.first
{
	padding-top: 1em;
}

#verticalForm select
{
	display: block;
}




/* CLASSES */