body {
	background: #c6d8b0;
	color: #425b21;
	font: 75%/2em Georgia, Times New Roman, Times, serif;
	margin: 5px 0;
	padding: 0;
	text-align: left;
	alink: #425b21; 
	link: #425b21;
	vlink: #425b21;
}
h1 {
	color: #425b21;
	font-size: 2em Georgia, Times New Roman, Times, serif;
}
#content {
	width: 630px;
	margin: 0px auto;
	text-align: left;
	font-size: 1.2em;
}
/* form */
form {
	margin: .0em 0;
}

input, textarea, select {
	background: #c6d8b0;
	border: 3px double #425b21;
	color: #425b21;
}

fieldset {
	border: 1px solid #425b21;
	padding: 3px;
}

legend {
	background: transparent;
	color: #425b21;
	font: 100%/2em Georgia, Times New Roman, Times, serif;
	font-weight: bold;
	align: center;
}

.required, .error {
	background: transparent;
	color: #425b21;
	font-weight: bold;
}