.form fieldset {
	padding: 1em;
	margin: 0px;
	font:90%/1 sans-serif;
}


.form label {
	float:left;
	width:30%;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	font-weight:bold;
	font-size: 10pt;
}

.form legend {
  padding: 0.2em 0.5em;
  color:green;
  font-weight: bold;
  font-size:110%;
  text-align:right;
  }
  
.form legend a {
	color: gray;
	text-decoration: none;
}

.form legend a:hover, .form legend span.selected {
	color: green;
}

.form .form_row {
	padding: 5px;
	float: none;
	clear: both;
}

.form_row .wide {
	width: 68%;
}