body {
	margin: 0;
	padding: 0;
	background-color: white;
	background-image: url(rocket-science.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-family: verdana, sans-serif;
	font-size: 10px;
	color: #888;
}

body.thanks {
	background-image: url(thanks.png);
}

#logo {
	position: absolute;
	top: 0;
	right: 410px;
}

#main {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 325px;
	height: 200px;
}

th, td, input, textarea {
	font-family: "trebuchet ms", arial, sans-serif;
	font-size: 12px;
}

table {
	margin: 0 24px;
}

th, td {
	text-transform: uppercase;
	padding: 2px 4px;
}

input, textarea {
	border-style: solid;
	border-width: 2px 6px;
	border-color: white;
	font-size: 12px;
	width: 200px;
}

textarea {
	scrollbar-base-color: #fff;	
	scrollbar-shadow-color: #fff;	
	scrollbar-darkshadow-color: #fff;	
	height: 65px;
}

input.submit {
	background: #fff;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
}


td.submit {
	text-align: right;
}

