div.row {
  clear: both;
  padding-top: 10px;
  }

input.submit {
	margin-left: 10px;
}

div.row span.label {
	float: left;
	font-weight: bold;
	margin-left: 22px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

div.row span.formw {
	float: left;
	margin: 0 10px;
	text-align: left;
}

div.row span.formw input {
	width: 20em;
}

#formUpgrade fieldset {
	background-color: #f2f2f2;
	margin: 10px;
}

*html #formUpgrade fieldset {
	display: inline;
}

#formUpgrade fieldset .radio {
	background-color: #e2e2e2;
}

div.serial {
	position: relative;
	left: 10px;
}

div.serial div.label {
	font-weight: bold;
	padding-bottom: 5px;
}

div.serial span.formw input {
	width: 30em;
}