	html {
			padding: 0;
			margin: 0;
			background-color: white;
		}
	#feedback {
			font-size: .9em;
			
		}
	#feedback .label {
			float: left;
			width: 130px;
			margin-right: 10px;
			text-align: left;
			font-weight: bold;
			clear: left;
		}
	input#submit {
			margin-left: 320px;
			background-color: #CBD893;
			font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
		}
	input#name, input#email, textarea#message, textarea#subject {
			background-color: #abd2f9;
			font-family: "Lucida Console", Monaco, monospace;
			font-size: .9em;
			width: 300px;
			margin-top: -2px;
		}
	input#name:focus, input#email:focus, textarea#message:focus, textarea#subject:focus {
			background-color: #3e9bf9;
		}
	#statement {
			width: 470px;
			text-align: justify;
			background-color: white;
		}
	#statement h2 {
			margin: 0;
			padding: 0;
			font: bold 24px "Century Gothic", "Gill Sans", Arial, sans-serif;
		}
	#statement p {
			font: 0.9em "Century Gothic", "Gill Sans", Arial, sans-serif;
		}
	#error p {
			color: red;
			font-weight: bold;
		}

