label {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	height: 24px;
	margin-left: 10px;
	margin-bottom: 10px;
}

input, select {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	height: 24px;
	margin-bottom: 10px;
	border: none;
	border-width: 0px;
}

textarea {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 10px;
	border: none;
	border-width: 0px;
}

#firstname {
	background-image: url(/images/form_assets/first_name_bkg.gif);
	background-repeat: no-repeat;
	width: 180px;
}

#lastname {
	background-image: url(/images/form_assets/last_name_bkg.gif);
	background-repeat: no-repeat;
	width: 180px;
	margin-left: 10px;
}

#birthdate {
	background-image: url(/images/form_assets/date_bkg.gif);
	background-repeat: no-repeat;
	width: 72px;
	margin-left: 10px;
}

#dayphone {
	background-image: url(/images/form_assets/day_phone_bkg.gif);
	background-repeat: no-repeat;
	width: 180px;
}

#nightphone {
	background-image: url(/images/form_assets/evening_phone_bkg.gif);
	background-repeat: no-repeat;
	width: 180px;
	margin-left: 10px;
}

#email {
	background-color: #ffffff;
	background-image: url(/images/form_assets/email_bkg.gif);
	background-repeat: no-repeat;
	width: 180px;
}

#location {

}

#donationtype {

}

#preferreddate {
	background-image: url(/images/form_assets/date_bkg.gif);
	background-repeat: no-repeat;
	width: 72px;
	margin-left: 10px;
}

#comments {
	background-image: url(/images/form_assets/comments_bkg.gif);
	background-repeat: no-repeat;
	width: 360px;
	height: 72px;
}

#donate_submit {
	margin-left: 10px;
}

#donateformarea {
	background-color: #dddddd;
	width: 692px;
	margin: 18px 28px 18px 28px;
}

#donate_form {
	padding: 18px 18px 18px 18px;
	margin: 0px 0px 0px 0px;
}
