/*form styles*/


#horizontalForm
{
	width: 800px;
	background-color: #FFBD29;
	font face:arial,helvetica,sans-serif;
	color: #000000;
	text-align: left;

}

#horizontalForm h2, h4
{
	font face:arial,helvetica,sans-serif;
	color: #000000;
	text-align: center;

}

#horizontalForm fieldset
{
	display: block;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#horizontalForm fieldset.nobor
{
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}


#horizontalForm label.nextrow
{
	clear: both;
	float: left;
	width: auto;

	
}
#horizontalForm label.notes
{
	clear: both;
	float: left;
	width: auto;
	margin: 1em 1em 0 0;
	valign: top;
	display: block;
}

#horizontalForm fieldset.radio
{
	margin: 1em 2em 2em 0;
	width: 25px;
	clear: both;
	float: left;
}

#horizontalForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#horizontalForm fieldset.radio label
{
	font-weight: normal;
}

#horizontalForm input
{
	display: block;
	/*width: 15em;*/
}

#horizontalForm legend
{
	font-weight: bold;
}

#horizontalForm input.submit
{
	clear: both;
}

#horizontalForm label
{
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	width: auto;
}

#horizontalForm label.where
{
	
	clear: both;
	float: left;
	display: block;
	margin: 1em 1em 0 0;
	font-weight: bold;
	width: 250px;
	
}

#horizontalForm select
{
	display: block;
}

.clearer
{
	clear: both;
	height: 1px;
}



/* CLASSES */