body {
	background: #1F6100;
	color: #363636;
}

fieldset {
	border-color: #007F26;
	background: #007F26;
	color: #fff;
}

input {
	color: #333333;
	background: #fff;
}

h1 {
	color: #007F26;
	text-shadow: #64CA32 0px 1px 0px;
}

#go {
	border-color: #5E9E00;
	background: -webkit-gradient(linear, left top, left bottom, from(#5E9E00), to(#007F26));
	text-shadow: #64CA32 0px 1px 0px;
	color: #354B18;
}

#go:hover {
	border-color: #69aa08;
	background: -webkit-gradient(linear, left top, left bottom, from(#69aa08), to(#078c2e));
	text-shadow: #72d640 0px 1px 0px;
}

#setup form, #session
{
	border-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#a5d88d));
}

/* @group footer */

#footer {
	color: #fff;
}

#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #fff;
}

/* @end */
