form {
  font:100%;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 500px;
}

form fieldset {
  / * clear: both;  */
  border-color: #FEA000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 0;
}

form label { 
	display: block;
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0;
	text-align: right; 
}

form fieldset label:first-letter {
	text-decoration:underline;
}

form fieldset legend {
	font-size:1.1em;
}

form input, form textarea {
	width:auto;
	margin:5px 0 0 10px;
	font-size:1.23em;
	border:1px #AEAEAE solid;
}
form input:hover, form textarea:hover {
	border:1px #999999 solid;
}

form input#reset {
	margin-left:0px;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;}

form br {
	clear:left;
}
