#copy_body h2 {
	background: none;
	text-indent: 0;
	color: #c5541a;
	border-bottom: 4px solid #e0dcc3;
}

#copy_body h2 a {
	font-size: .675em;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	border-bottom: none;
}

h4 {
}

#content #sidebar {
}

#sidebar p{
}

/* Shared
**************************************/

select {
	font-family: arial;
	font-size: 12px;
}

.halfwidth {
	width: 165px;
	display: block;
}

.fullwidth {
	width: 335px;
	display: block;
}

.city {
	width: 235px;
	display: block;
}

.state {
	width: 30px;
	display: block;
}

.zip {
	width: 60px;
	display: block;
}

button {
	color: #603813;
}

button:hover {
	color: #fff;
}

/* Donation home
**************************************/

#form_login {
	padding: 20px;
}

#form_login h3 {
	margin-top: 0;
	padding-bottom: .67em;
	line-height: 1;
	border-bottom: 0;
}

#form_login p {
	font-family: 'arial', sans-serif;
	font-size: 11px;
	text-transform: lowercase;
	clear: both;
	line-height: 2em;
	height: 2em;
	margin: 0 0 0.8em 0;
	padding: 0;
	display: block;
}

#form_login label {
	display: block;
/*	float: left;*/
	width: 50px;
	margin-right: 0.5em;
}

#form_login input {
	width: 140px;
	float: left;
}

#form_login button {
	float: left;
	font-size: 11px;
	margin: 0 0 1em 0;
}

#login_error {
	color: #f00;
	font-weight: bold;
	text-align: center;
}

button#one-time {
	text-indent: -3000px;
	background: url("../images/donate/bg-link_one-time.jpg") no-repeat left top;
	border: none;
	width: 250px;
	height: 84px;
}
/*
.donate-home-btn {
	float: left;
	width: 250px;
	padding-right: 12px;
}
*/
button#one-time:hover {
	background: url("../images/donate/bg-link_one-time.jpg") no-repeat left -84px;
}

button#recurring {
	text-indent: -3000px;
	background: url("../images/donate/bg-link_recurring.jpg") no-repeat left top;
	border: none;
	width: 250px;
	height: 84px;
}

button#recurring:hover {
	background: url("../images/donate/bg-link_recurring.jpg") no-repeat left -84px;
}

/* Forgot password
**************************************/

#error_message{
	color: #f00;
	font-weight: bold;
}	

/* One-Time Account Create
**************************************/

#create_account {
	background-color: #4b351e;
	margin: 32px 0 1em;
	padding: 1px 2em 2em;
	color: #ccc;	
}

#create_account h3 {
	margin-top: 15px;
	color: #fff !important;
}

#create_account table td {
	color: #ccc !important;
}


/* Account edit
**************************************/

#form_recurring table,
#form_register table {
	font-size: 11px;
	margin: 1.5em 0 0;
	padding: 0;
}

#form_recurring table tr td,
#form_register table tr td {
	padding: 0 5px 0 0;
}

#copy_body #form_recurring p {
	margin: 1.2em 0 -.3em 0;
	font-size: 11px;
	padding: 0;
}

#copy_body #form_register p {
	margin: 1.2em 0 -.3em 0;
	font-size: 11px;
	padding: 0;
}

#form_recurring input#in_honor {
	display: inline;
	margin-top: 1em;
}

#form_recurring textarea {
	display: block;
	width: 335px;
	height: 75px;
}

#copy_body #form_recurring p#buttons {
	margin-top: 2em;
}

#copy_body #form_recurring p button,
#copy_body #form_register p button {
	margin-top: 2em;
}

#email_error {
	color: #f00;
	margin-bottom: 1em;
}

/* Recurring account list
**************************************/

table#accounts {
	border-collapse: collapse;
	margin: 24px 0;
}

table#accounts td {
	border: 1px solid #ddd;
	padding: 4px;
}

table#accounts th {
	font-size: 12px;
	border: 1px solid #ddd;
}

/* Recurring account create / edit
**************************************/

p.nobreaks input{
	display: inline !important;
}


/* Memorial Donation
**************************************/
#copy_body #memorial_donate {
	padding:0 0 1.46em 0;
	font-size:1.17em;
	border-bottom:1px solid #d2cdad;
	margin-bottom:0;
}

#copy_body #memorial_donate li {
	display:inline;
	padding-right:20px;
}

#memorial_donate input[type="text"] {
	width:60px;
}



