@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}


/* Page Header */
#donationFormLogo {
	width:527px;
	height:80px;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
}

#donationFormWrapper {
	padding:15px;
	border:thin solid #000000;
	margin:auto;
}


/* Page Footer */
#donationFormFooter {
	width:527px;
	padding:10px;
	margin:auto;
	margin-top:10px;
	text-align:center;
}

#formName {
	font-size:85%;
	font-weight:bold;
}

#formAddress {
	font-size:75%;
	font-weight:bold;
}

#formNumber {
	font-size:65%;
	font-weight:bold;
}
	
	
/* Used for Donation form */
#donationForm {
	font-size:80%;
	width:495px;
	/* display:none; */
}

.labelBox {
	width:105px;
}

.inputBox {
	border: 1px solid #000000;
}

.tickBox {
	width:20px;
	height:20px;
	border: 1px solid #000000;
}

#dontPrint {
	display:none;
}


/* Remove page items to stop them being printed */
#navBar {
	display:none;
}

h1 {
	display:none;
}

#sectionHeading {
	display:none;
}

#sideBar {
	display:none;
}

#pageFooter {
	display:none;
}

#printDonationForm {
	display:none;
}
