#content .form_block {
	background-color:#F9F9F2;
	border:1px solid #E1E880;
	margin-bottom:10px;
	padding:20px 22px;
}
#content .form_wrapper h3 {
	margin-bottom: 10px;
	color: #5e9732;
}

#content .form_wrapper h4 {
	margin-bottom: 10px;
	color: #5e9732;
	font-size:130%;
	font-weight:bold;
}

input.inp_text,
input.inp_pass,
textarea,
select{
	width: 400px;
	border: 1px solid #cececd;
	padding: 7px 9px;
	/*color: #996;*/
	color: black;
	margin-bottom: 15px;
}
select {
	width: 200px;
}

.inp_radio {
	color: #996;
	margin:2px 5px 0 0;
	float:left;
}
.lbl_radio {
	margin: 0 10px 0 0 ;
	float:left;
}
.radio_group {
	margin-bottom: 15px;
	display: block;
}
.radio_group_nobotmar {
	margin-bottom: 0px;
	display: block;
}
.lbl_orphan {
	margin-bottom: 5px;
	display: block;
	width: 100%;
	float:left;
}
.lbl_hidden {
	text-indent: -9999px;
	display: none;
	line-height: 1px;
	font-size: 1px;
}
textarea {
	height: 5em;
}

.field_error {
	border: 1px solid #f00;
}
label {
	color:#5E9732;
	font-size:1.1em;
	font-weight:bold;
}
.lbl_text,
.lbl_select {
	padding-bottom: 4px;
	display: block;
	float:left;
	width: 100%;
}
.check_group label {
	float:left;
	margin-left: 6px;
}
.check_group input {
	float:left;
}
.check_group {
	clear:both;
	display: block;
	padding-bottom: 20px;
}
.form_note {
	font-size: 0.92em;
}
.money_input {
	/*global/icons/pound.gif*/
	background: transparent url('/images/global/icons/pound.gif') left 50% no-repeat;
	display: block;
	padding-left: 20px;
	margin-bottom: 20px;
}
.money_input .inp_text {
	margin-bottom: 0;
}

#individual_radio, #group_radio,
#organisation_radio, #activity_radio, .inp_radio_single {
	float: left;
	margin-top: 5px;
}

.lbl_radio_single {
	display: block;
	float: left;
	margin-top: 5px;
	margin-left: 10px;
	color: #646464;
	font-weight: bold;
	font-size: 0.9em;	
}

#donation_amount .amount_field {
	background-color: #e3ecda;
	min-width: 5em;
}

select#activity_type {
	width: 300px;
}



table.form_table,
	table.form_table td {
		background-color: #fff;
	}
	table.form_table th {
		background-color: #5e9732; 
		color: #fff;
		font-weight: bold;
	}
	table.form_table th,
	table.form_table td {
		padding: 7px 8px;
		border: 1px solid #5e9732;
		min-width: 8em;
	}
	table.form_table th.choice_column{
		background-color: #5e9732;
		/*min-width: 9em;*/
	}
	
	table.form_table td.choice_column {
		background-color: #dfead6;
		/*min-width: 9em;*/
	}
	table.form_table tr.odd td {
		background-color: #dfead6;
	}
	table.form_table th.choice_column .inp_radio,
	table.form_table td.choice_column .inp_radio {
		padding-top: 4px;
	}
	table.form_table {
		margin-bottom: 10px;
		width: 100%;
	}
	table.form_table .status { 
		width:100px;
		text-align:center;
	}

.date_select_wrapper .inp_day_text,
.date_select_wrapper .inp_month_select,
.date_select_wrapper .inp_year_text {
	border: 1px solid #cececd;
	padding: 7px 9px;
	color: black;
	margin-bottom: 15px;
	margin-right: 4px;
}

.date_select_wrapper .inp_day_text {
	width: 1.5em;
}

.date_select_wrapper .inp_month_select {
	width: 10em;
}

.date_select_wrapper .inp_year_text {
	width: 3em
}

.btn_submit {
	padding: 8px 12px;
	background-color: #5e9732;
	color: #fff;
	border: none;
	font-weight: bold;
}
.btn_special {
	background-color: #d6e03d;
	color: #1c7510;
}

	.btn_submit:hover {
		background-color: #d6e03d;
		color: #1c7510;
	}
	.btn_special:hover  {
		background-color: #5e9732;
		color: #fff;
	}

.scrollable_text_block {
	height: 120px; 
	overflow: auto; 
	border: 1px solid #777; 
	background: #fff;
}
.radio_wrapper,
.checkbox_wrapper{
	clear:both;
	display: block;
	width: 100%;
	padding-top:4px;
}

	.radio_wrapper input {
		float:left;
	}
	.radio_wrapper label {
		width: 90%;
		float:left;
	}

	.radio_wrapper .radio_description {
		clear:both;
		display: block;
		font-size: 0.9em;
		color: #222;
		margin: 0 0 6px 20px;
	}
tr.row_total,
tr.row_balance {
	font-size: 1.2em;
}
td.cell_total_value {
	font-weight: bold;
}

tr.row_table_note p {
	color: #5E9732;
	font-weight: bold;
}