fieldset {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background: #F2F2F2;
	padding: 5px;
	margin-bottom: 20px;
	border: 1px solid #FF9900;
	position: relative;
	width: 70%;
}
legend {
	font-weight: bold;
	color: #223344;
	padding: 3px 10px;
	border: 1px solid #AAAA00;
	position: absolute;
	left: .5em;
	top: -1em;
}
.label {
	color: #946201;
	text-align: left;
	float: left;
	margin-right: 5px;
}
fieldset p {
	line-height: 2em;
}
fieldset#contact input {
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #999999;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.subbtn {
	font-weight: bold;
	float: right;
	background: bottom;
	clear: left;
}
