@charset "utf-8";
/* Form Format */
.checkbox {
	background-color: transparent;
	border: none;
	width: 18px;
	}
.paypal {
	background-color: transparent;
	border: 0px;
	width: 92px;
	height: 26px;
	}
select, input {
	background-color: #E8F6FF;
	border: 1px solid #000000;
	width: 200px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	}
	
*>.search {padding-top:5px;}
*>.search_submit {padding-bottom:4px;}
.search {
	background-color: #cbe7f5;
	border: none;
	width: 190px;
	height: 22px;
	font:BOLD 10pt Verdana, sans-serif;
	color: #3D7CA7;
	text-align: center; 
	line-height: 22px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow: 		0px 2px 5px #3D3C57;
	-icab-box-shadow: 	0px 2px 5px #3D3C57;
	-khtml-box-shadow: 	0px 2px 5px #3D3C57;
	-moz-box-shadow: 	0px 2px 5px #3D3C57;
	-webkit-box-shadow: 0px 2px 5px #3D3C57;
	box-shadow: 		0px 2px 5px #3D3C57;
	}
.search_submit {
	background-color: #cbe7f5;
	border: none;
	width: 190px;
	height: 22px;
	font:BOLD 10pt Verdana, sans-serif;
	color: #3D7CA7;
	margin-top: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-box-shadow: 		0px 2px 5px #3D3C57;
	-icab-box-shadow: 	0px 2px 5px #3D3C57;
	-khtml-box-shadow: 	0px 2px 5px #3D3C57;
	-moz-box-shadow: 	0px 2px 5px #3D3C57;
	-webkit-box-shadow: 0px 2px 5px #3D3C57;
	}
	
.submit {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	width: 125px;
	}
.textbox {
	background-color: #E8F6FF;
	border: 1px solid #000000;
	width: 660px;
	height: 100px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	}
.textbox2 {
	background-color: #E8F6FF;
	border: 1px solid #000000;
	width: 539px;
	height: 54px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	}
.donation_table {
	background-color:#A1C1D4;
	font-size: 11px;
	line-height: 18px;
	padding: 8px 5px 8px 5px;
	text-align:left;
	}
	
/* Mail Form Formatting */

.formLink {
	color:#0000FF;
	text-decoration:underline;
	cursor:pointer;
	}
	
.contactForm {
	display:none;
	}