.charity_form {
	margin-top: 2em;
}
.charity_form p {
	margin: 1em 0;
}
.charity_form .error {
	font-weight: bold;
	color: #f00;
	text-align: center;
}
.charity_form table {
	border-collapse: collapse;
	width: 80%;
	margin: auto;
}
.charity_form th,
.charity_form td {
	border: none;
	padding: 0.25em;
}
.charity_form th {
	text-align: right;
	font-weight: bold;
	padding-top: 0.5em;
	width: 40%;
}
.charity_form td.input select,
.charity_form td.input input,
.charity_form td.input textarea {
	width: 95%;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background: #f6f6f6;
	color: #000;
	border-style: solid;
	border-width: 2px;
	border-color: #888 #ccc #ccc #888;
}
.charity_form td.input select:focus,
.charity_form td.input input:focus,
.charity_form td.input textarea:focus {
	background: #fff;
}
.charity_form tr.missing select,
.charity_form tr.missing input,
.charity_form tr.missing textarea {
	border-color: #e88 #fbb #fbb #e88;
	background-color: #fee;
	color: #000;
}
.charity_form tr.required .indicator {
	color: #f00;
	font-weight: bold;
	padding-right: 0.25em;
}
.charity_form td.submit {
	text-align: center;
}
.charity_form p.required {
	text-align: center;
	color: #f00;
	font-weight: bold;
}
.charity_form tr.radio_row input {
	width: auto;
}
.charity_form tr.missing label {
	color: #a00;
}


