body {
	font-family: "Avant Garde", Avantgarde, sans-serif;
	font-size: 100%;
	color: brown;	
}

form {
	height:auto;
	width:30%;
	padding: 1em;
	margin: 0 auto;
	font-size: 1.2em;
	background-color: hsla(26,52%,49%,0.39);	
	border:1px solid brown;
	border-radius:10px;
}

fieldset {
	border:1px solid brown;
	border-radius:10px;
	margin: 10px 0;
}

legend {
	font-size: 1.2em;	
	
}

[type="button"],[type="submit"],[type="reset"] {
	background-color: hsla(26,52%,49%,0.59);
	color: brown;		
	border:2px solid brown;
	border-radius:10px;
	font-size: 1em;
	line-height: 1em;
	margin-right:10px;
	padding: 4px;
}



