@charset "utf-8";
form {
	background-color: #FFD2A6;
	width: 450px;
	float: left;
	clear: none;
	border: 2px solid #933;
}
legend {
	font-weight: bold;
	color: #933;
	font-size: 110%;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
fieldset {
	padding: 10px;
	margin-bottom: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #933;
	border-left-color: #FFF;
}
label {
	font-family: Verdana, Geneva, sans-serif;
	display: inline;
	font-size: 12px;
	float: left;
	clear: both;
	width: 50px;
	text-decoration: none;
}
input {
	font-family: Verdana, Geneva, sans-serif;
}

