/* ----------- Donation Form -------- 

#donationform {
	width:98%;
	border: 1px solid red;
}

#donationform .section {
	padding: 4px;
	border: 1px solid #333;
	background-color: #ccc;
	width:95%;
	
}

#donationform .label {
	padding: 0 4px 12px 6px;
	font-size: 0.8em;

}
*/

/* ------- newer ----------- */

#donForm,#genForm fieldset
{
	display: block;
	margin: 0 0 1em 0;
	border: 0 solid #FFFFFF;
	border-top: 1px solid #ccc;
	padding: 0 1em 1em 1em;
	background: #ffda8f;
}

legend {
	font-weight: bold;
	color: #333;
}

.required {
	border: 1px solid #FF571F;
}

/* --------- radio button styles ----------- */

#donForm,#genForm fieldset.radio
{
	margin: 0 0 0 -1em;
	border: 0 solid #FFFFFF;
}

#donForm,#genForm fieldset.radio input
{
	position: static;
	clear: both;
	float: left;
}

#donForm,#genForm fieldset.radio label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 8em;
	font-weight: bold;
	font-weight: normal;
}

#donForm,#genForm fieldset.radio legend
{
	float: left;
	font-weight: bold;
}

/* --------- checkbox styles ----------- */

#donForm,#genForm fieldset.check
{
	margin: 0 0 -1em -1em;
	border: 0 solid #FFFFFF;
}

#donForm,#genForm fieldset.check input
{
	position: static;
	clear: both;
	float: left;
}

#donForm,#genForm fieldset.check label
{
	position: relative;
	top: -1.25em;
	display: inline;
	width: auto;
	margin: 0 0 0 0em;
	font-weight: bold;
	font-weight: normal;
}

#donForm,#genForm fieldset.check legend
{
	float: left;
	font-weight: bold;
}

/* ------------ input ---------- */


#donForm,#genForm input
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#donForm,#genForm textarea
{
	position: relative;
	top: -1.4em;
	left: 8em;
	display: block;
}

#donForm,#genForm input.submit
{
	clear: both;
	top: 1em;
	border:1px solid #CCC;
}

#donForm,#genForm label
{
	clear: both;
	float: left;
	display: block;
	width: 8em;
	margin-top: -1em;
	font-weight: normal;
}

#donForm,#genForm label.first
{
	margin-top: 1em;
}

#donForm,#genForm label.note
{
	margin-top: 1em;
	width: 90%;
}

#donForm,#genForm select
{
	position: relative;
	top: -1.4em; 
	left: 8em;
	display: block;
}

.clearer 
{
	clear: both;
	height: 1px;
}



