body {
		font-family: helvetica;
		}
h2 {
		font-size: 20px;
		}
#header {
		background-image: url('images/header.png');
		width: 740px;
		height: 100px;
		margin-bottom: 10px;
		margin-top: 20px;
		-moz-border-radius:10px; -webkit-border-radius:10px;
		}
#donor{
		background-image: url('images/white.png');
		width: 700px;
		border: 1px solid #dfdfdf;
		float: middle;
		line-height:250%;
		-moz-border-radius:10px; -webkit-border-radius:10px;
		padding: 20px;
		text-align: left;
		}
#donor1{
		background-image: url('images/white.png');
		width: 700px;
		border: 1px solid #dfdfdf;
		float: middle;
		line-height:250%;
		-moz-border-radius:10px; -webkit-border-radius:10px;
		padding: 20px;
		text-align: left;
		}
#donortext {
		background-image: url('images/white.png');
		width: 700px;
		border: 1px solid #dfdfdf;
		float: middle;
		-moz-border-radius:10px; -webkit-border-radius:10px;
		padding: 0 20px;
		margin-bottom: 10px;
		text-align: left;
		}
#title {

		}
#input {
		padding: 5px;
		font-size: 18px;
		font-family: helvetica;

		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		}
#input:focus {
		padding: 5px;
		font-size: 18px;
		font-family: helvetica;

		filter:alpha(opacity=99);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
		}
#atextarea {
		width: 630px;
		height: 200px;
		padding 5px;
		font-family: helvetica;

		filter:alpha(opacity=80);
		-moz-opacity:0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
		}
#atextarea:focus {
		width: 630px;
		height: 200px;
		padding 5px;
		font-family: helvetica;

		filter:alpha(opacity=99);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
		}
.sinput {
		background-image: url('images/white.png');
		border: 1px solid #dfdfdf;
		width: 430px;
		padding: 5px;
		margin-top: 5px;
		font-size: 18px;
		float: center;
		}
.sinput2 {
		background-image: url('images/white.png');
		border: 1px solid #dfdfdf;
		width: 700px;
		padding: 5px;
		margin-top: 5px;
		font-size: 18px;
		float: center;
		}
.sinput2:hover {
		background-color: #8a0e1a;
		border: 1px solid #dfdfdf;
		width: 700px;
		padding: 5px;
		margin-top: 5px;
		font-size: 18px;
		float: center;
		}
select { 
		border: 1px solid #dfdfdf;
		width: 200px;
		font-size: 18px;
		padding-left: 5px;
		} 
#check {
		width: 700px;
		}
td {
	font-size: 14px;
	font-family: "comic Sans MS", Arial;
}
