/*stylesheet for feedback form*/

p {
	font-size: .9em;
}

legend {
	font-size: 1em;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
}

#fillin input {
	color: #666666;
	background-color: #809980;
	background-image: url(images/green-paper.jpg);
	border: inset #A9BC9E 3px;
	padding-left: 5px;
}

textarea {
	vertical-align: top;
	background-color: #809980;
	color: #666666;
	background-image: url(images/green-paper.jpg);
	border: inset #A9BC9E 3px;
	padding: 5px;
}

.buttons {
	text-align: center;
	}

input {
	color: #cccccc;
	background-color: #809980;
	border-top: 5px #A9BC9E solid;
	border-left: 5px #A9BC9E solid;
	border-bottom: 5px #666666 solid;
	border-right: 5px #666666 solid;
}

fieldset {
	border: groove #A9BC9E;
	padding: 10px;
}




		
