#body a:link, #body a:visited {
	color: #085774;
}
#donationInfo {
	text-align: center;	
}
#donationInfo fieldset {
	padding: 16px;
	width: 440px;
}
#donationInfo legend {
	color: #2c98cd;
}
#donationInfo label {
	float:left;
	font-size:12px;
	text-align:left;
}
#donationInfo table {
	margin-top: 5px;
	width: 438px;
}
#donationInfo table tr th, #donationInfo table tr td {
	vertical-align: top;
	padding: 4px;
	font-size: 12px;
}
#donationInfo table tr th {
	white-space: nowrap;
	padding-right: 10px;
	padding-left: 8px;
	width: 35%;
	text-align: right;
}
#donationInfo table tr td {
	text-align: left;
}
#donationInfo table tr.even th, #donationInfo table tr.even td {
	background-color: #fffbf7;
}
#donationInfo input, #donationInfo select, #donationInfo textarea {
	font-family: Verdana, Geneva, sans-serif;
}
#donationInfo input {
	width: 200px;
}

#donationInfo .requiredFields {
	font-size: .9em;
	color: #aaa;
	position: relative;
	top: -8px;
	line-height: 1px;
	text-align:right;
}
