fieldset {
	text-align: left;
	margin: 5px;
}

fieldset legend{
	text-align: center;
	margin: 5px;
	font-weight: bold;
	color: #f7a50b;
	padding: 4px,7px,4px,7px;
	border-bottom-color : #aca899;
	border-bottom-style : dotted;
	border-bottom-width : 1px;
	}

fieldset input.text {
	width: 20em;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	color: #000;
	background : #F2F2F2;
}

fieldset span input.tel {
	width: 14.85em;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	background: #eee;
	color: #000;
}

fieldset span input.text {
	width: 4.9em;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	background: #eee;
	color: #000;
}

fieldset p {
	padding: 0,0,3px,0;
	margin: 0,0,3px,0;
}

fieldset textarea {
	width: 20em;
	border: none;
	border-bottom: 1px solid #B2B2B2;
	background: #eee;
	color: #000;
}

fieldset label {
	width: 15em;
	padding-right: 0.25em;
	text-align: right;
	vertical-align: middle;
}

fieldset span label {
	width: 2.8em;
	padding-right: 0.25em;
	text-align: right;
	vertical-align: top;
}

fieldset select {
	width: 20em;
}

fieldset h2{
	margin-left: 2px;
}