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

#formwrap {
	margin: 0px;
	padding: 0px;
}
form#form1 {
	width: 480px;
	margin: 0px;
	padding: 0px;
}
fieldset {
	background-color: #d8d5c5;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#formwrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	line-height: 1.2;
	color: #602e0c;
	margin-top: 1.4em;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 1.4em;
}
input.text {
	width: 250px;
}
textarea {
	width: 300px;
	margin-top: .5em;
}
label.top {
	display: block;
	margin-bottom: .5em;
}
legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #602e0c;
	background-color: #D8D5C5;
	margin-left: 0.5em;
	padding-top: 0.2em;
	padding-right: 0.5em;
	padding-left: 0.5em;
}
input.text:focus, textarea:focus {
	border: 2px solid #900;
	background-color: #CCCCCC;
}
