
form fieldset {
  clear: both;
  font-size: 100%;
  border-color: navy;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: navy;
  margin: 0 0 0 0;
  padding: 0 5px;
}

input {
	line-height: 1.5em;
	margin-bottom: .5em;
	/*float: left;*/
}

label {
	clear: both;
	font-weight:bold; 
	height:20px; 
	border:1px solid navy; 
	float:left; 
	width:140px; 
	text-align:right;
	padding:0;
	background:#FFA618;
	margin:0 5px 5px 5px; 
	font-size:1em; 
	color:#fff; 
	line-height:1.5em;
}

#rightwrapper {
	font-weight: bold; 
	font-size: 12px; 
	color: navy; 
	margin-top: 75px;
}
