div.row {
	clear: both;
	padding-top: 5px;
}
div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}
div.row  span.formw input#start_number_choice_next_number, div.row  span.formw input#start_number_choice_specific_number{
  float: left;
  margin: 1px 5px 0 0;
  height: auto;
  border: none;
}
div.row  span.formw label{
  width: auto;
  display: block;
  float: left;
  line-height: 1.7em;
  margin-right: 10px;
}
div.row  span.formw label.long{
  width: 290px;
}
div.row span.formw {
	float: right;
	width: 335px;
	text-align: left;
}
textarea{ font-size: 100%; font-family: Tahoma; }
