.error_message {
	font-size:14px;
	font-weight:bold;
	color:red;
}

.cloaked {
	display:none;
}

.nfields {
	border:dashed red 2px;
}

.edit_nfield {
	margin-bottom:4px;
}

#donation_form {
}

#donation_form #form_header {
	background: url('../gfx/donationform_header.gif') no-repeat;
	height: 22px;
	width: 480px;
	color: white;
	padding: 6px 0px 0px 10px;
	font-weight: bold;
}

#donation_form  #form_body {
	width: 480px;
	background: #f5ecda;
	padding: 6px 0px 10px 10px;
	margin-bottom: 4px;
}

#donation_form .donateform_button {
	background: #c82226;
	font-weight: bold;
	color: white;
	margin-left: 400px;
}

#donation_form .subtitle {
	font-weight: bold;
	color: #c82226;
}

/* input specific formatting */
#amount_wrapper {
	text-align: justify;
	width: 480px;
}

#dontation_form input {
	margin-bottom: 12px;
}

#amount_ideal {
	width: 32px;
}

#amount_other {
	width: 24px;
}

#person_title {
	margin-top: 4px;
	margin-bottom: 8px;
}

#donation_type {
	margin-top: 4px;
}
#ideal_wrapper {
	height: 100px;
}

#ideal_intro div {
	margin-bottom: 24px;
}

#ideal_intro {
	float: left;
	margin-top: 12px;
	margin-bottom: 24px;
}
#logo_ideal {
	float: right;
	margin-right: 100px;
	margin-top: 24px;
}

.donate_formfield {
	clear:left;
}

.donate_formfield label.required_field {
	color: black;
}

.donate_formfield label.optional_field {
	color: black;
}

.inline_donate_formfield label {
	float: left;
	margin-bottom: 8px;
}

.donate_formfield label {
	float: left;
	margin-bottom: 8px;
	color: gray;
}

.donate_formfield input {
	display: block;
}
#donateform_outro {
	clear:both;
}
