/* -------------------------------------
Donation form
-------------------------------------- */
#DonationForm {
	font-family: sans-serif;
	float: left;
	width: 100%;
	margin-top:20px;
}
#DonationForm ul {
	margin:0;
	padding:0;
	width:100%;
}
#DonationForm li {
	list-style: none;
	width:100%;
	clear:both;
}
#DonationForm label {
	color: #666;
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 5px 0 0 0;
}
#DonationForm input {
	width:auto;
	float:left;
	margin-right:10px;
}
#DonationForm .textInput {
	width: 300px;
}
#DonationForm textarea.textarea {
	width: 400px;
	height: 150px;
}
#DonationForm .error {
	color: #ff0000;
	width:auto;
	float:left;
	padding: 5px 0 0 0;
}
#DonationForm button.button {
	margin: 10px 0 5px 17em;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #FCB040;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#DonationForm button.button:hover { /* If we want to have a different hover state */
	margin: 10px 0 5px 17em;
	padding: 3px 5px 4px 5px;
  	color: #793723;
	background-color: #eeba5b;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
/* -------------------------------------
Volunteer form
-------------------------------------- */
#VolunteerForm {
	font-family: sans-serif;
	float: left;
	width: 98%;
}
#VolunteerForm li {
	list-style: none;
	padding: 0 0 2em 0;
}
#VolunteerForm label {
	color: #666;
	width: auto;
	float: left;
	text-align: right;
	margin-right: 2em;
	display: block;
	font-size: .9em;
	font-weight: bold;
}

#VolunteerForm input,
#VolunteerForm textarea {
	font-size: .9em;
	padding: 5px 0 2px 0;
	border: 1px solid #999;
}

#VolunteerForm input.text {
	width: 200px;
}

#VolunteerForm textarea.textarea {
	width: 600px;
	height: 250px;
}

#VolunteerForm select {
	padding: 0 0 0 5px;
	font-size: .9em;
	border: 1px solid #999;
}

#VolunteerForm input.button {
	margin: 10px 0 5px 10px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #FCB040;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#VolunteerForm input.button:hover { /* If we want to have a different hover state */
	margin: 10px 0 5px 10px;
	padding: 3px 5px 4px 5px;
  	color: #793723;
	background-color: #eeba5b;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}

#VolunteerForm .error {
	color: #ff0000;
}

/* -------------------------------------
comment form
-------------------------------------- */
#comment_form {
	float: left;
	width: 678px;
	padding:0;
}
#comment_form  li {
	list-style: none;
	padding: 0 0 1em 0;
}
#comment_form  label {
	line-height: 1.5em;
	display: block;
}

#comment_form  input,
#comment_form  select,
#comment_form  textarea {
	padding: 5px;
	border: 1px solid #e8e8e8;
	background: #e8e8e8;
}

#comment_form  #name,
#comment_form  #email
#comment_form  #comment,
#comment_form  textarea {
	border: 1px solid #e8e8e8;
}

#comment_form  #name,
#comment_form  #email,
#comment_form  #url {
	width: 300px;
	}

#comment_form  textarea {
	width: 500px;
	}

#comment_form  .error,
#comment_form  .error label {
	color: #900;
}
#comment_form  .error #name,
#comment_form  .error #email,
#comment_form  .error #subject,
#comment_form  .error textarea,
#comment_form  .error #challenge {
	border: 1px solid #900;
	background: #fcc;
}

#comment_form  input.button {
	margin: 10px 0 5px 10px;
	padding: 3px 5px 4px 5px;
  	color: #FFF;
	background-color: #FCB040;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}
#comment_form  input.button:hover { /* If we want to have a different hover state */
	margin: 10px 0 5px 10px;
	padding: 3px 5px 4px 5px;
  	color: #793723;
	background-color: #eeba5b;
	border-top: 1px solid #ffcc00;
	border-right:1px solid #bfa132;
	border-bottom:1px solid #bfa132;
	border-left:1px solid #ffcc00;
	font-weight:bold;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
}


/* -------------------------------------
contact form
-------------------------------------- */
#contact_form {
	float: left;
	width: 434px;
}
#contact_form li {
	list-style: none;
	padding: 0 0 1em 0;
	}
#contact_form label {
	line-height: 1.5em;
	color: #666;
	}

#contact_form input,
#contact_form select,
#contact_form textarea {
	font-family: "Verdana", Helvetica, Arial, sans-serif;
	font-size: 11px;
	}
#contact_form #name,
#contact_form #email,
#contact_form #subject,
#contact_form #challenge,
#contact_form textarea {
	border: 1px solid #999;
	}
#contact_form #name,
#contact_form #email,
#contact_form #challenge,
#contact_form textarea {
	padding: 2px;
	}
#contact_form #name,
#contact_form #email,
#contact_form #challenge {
	width: 428px;
	}

/* remove this?...*/
#contact_form #subject {
	padding: 2px 0 2px 0;
	/*width: 428px;*/
	width: 100%;
	}

#contact_form textarea {
	width: 428px;
	}
span.challenge-note {
	font-style: italic;
	}

#contact_form .error,
#contact_form .error label {
	color: #900;
	}
#contact_form .error #name,
#contact_form .error #email,
#contact_form .error #subject,
#contact_form .error textarea,
#contact_form .error #challenge {
	border: 1px solid #900;
	background: #fcc;
	}

p.thanks {
	padding: 1em 0 0 0;
	font-weight: bold;
	}
	
	input.button {
		margin: 10px 0 5px 10px;
		padding: 3px 5px 4px 5px;
	  	color: #FFF;
		background-color: #FCB040;
		border-top: 1px solid #ffcc00;
		border-right:1px solid #bfa132;
		border-bottom:1px solid #bfa132;
		border-left:1px solid #ffcc00;
		font-weight:bold;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}
	input.button:hover { /* If we want to have a different hover state */
		margin: 10px 0 5px 10px;
		padding: 3px 5px 4px 5px;
	  	color: #793723;
		background-color: #eeba5b;
		border-top: 1px solid #ffcc00;
		border-right:1px solid #bfa132;
		border-bottom:1px solid #bfa132;
		border-left:1px solid #ffcc00;
		font-weight:bold;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}

	input.button2 {
		margin: 10px 0 5px 8px;
		padding: 3px 5px 4px 5px;
	  	color: #fff;
		background-color: #426112;
		border-top: 1px solid #8cc63e;
		border-right:1px solid #103c04;
		border-bottom:1px solid #103c04;
		border-left:1px solid #8cc63e;
		font-weight:bold;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}
	input.button2:hover { /* If we want to have a different hover state */
		margin: 10px 0 5px 8px;
		padding: 3px 5px 4px 5px;
	  	color: #fff;
		background-color: #517f44;
		border-top: 1px solid #8cc63e;
		border-right:1px solid #103c04;
		border-bottom:1px solid #103c04;
		border-left:1px solid #8cc63e;
		font-weight:bold;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
	}