@charset "utf-8";
/* CSS Document */

body {
	background: #5c8e58 url(autumn/leaf-1600x1200.jpg) no-repeat 0 top fixed;
}

/* Header Items */
#main {
	background: url(autumn/header.png) no-repeat;
	}

/* Primary Items */
form#questionform {
	background:#005849;
	color:#fff;
	}
input, textarea	{
	border: 1px solid #002455;
	background:#fff; /* was e2*/
	}
input#go {
	background: #FDB221; /*d9a82c;*/
	border: 1px solid #000;
	color: #000;
	}
input#go:hover {
	background: #FDA502; /*d75826;*/
	}
input#go:focus {
	background: #b2390a;
	border: 1px solid #ffb79b;
	color: #fff;
	}
.paypal {background: none; border: 0px;}
