.testrun-dialog ol, 
.testrun-dialog ul, 
.testrun-dialog p { 
//  font-size: 1.2em; 
//  line-height: 1.5; 
} 
.testrun-dialog form, 
.testrun-dialog fieldset, 
.testrun-dialog legend { 
  border: 0; 
  margin: 0; 
  padding: 0; 
} 
.testrun-dialog legend { 
  font-size: 1em; 
  line-height: 1.8; 
  padding-bottom: .5em; 
} 
.testrun-dialog form ol, 
.testrun-dialog form ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
} 
.testrun-dialog form li { 
  clear: both; 
  margin: 0 0 .75em; 
  padding: 0; 
} 
.testrun-dialog label { 
  display: block; 
  float: left; 
  line-height: 1.6; 
  margin-right: 10px; 
  text-align: right; 
  width: 70px; 
} 
.testrun-dialog label:after { 
  content: ':'; 
} 
.testrun-dialog input, 
.testrun-dialog textarea { 
  background: #ddd; 
  font: 1em Arial, Helvetica, 
  sans-serif; 
  padding: 1px 3px; 
  width: 420px; 
} 
.testrun-dialog textarea { 
  line-height: 1.3em; 
  padding: 0 3px; 
} 
.testrun-dialog input:focus, 
.testrun-dialog textarea:focus { 
  background: #fff; 
} 

.testrun-dialog select { 
  background: #ddd; 
  width: 428px; 
} 
.testrun-dialog input:focus, 
.testrun-dialog textarea:focus, 
.testrun-dialog select:focus { 
  background: #fff; 
}
.testrun-dialog .radio legend span {
	width: 270px;
	display: block;
}
.testrun-dialog .confirm label {
	display: block;
	float: none;
	margin-left: 125px;
	text-align: left;
	width: 270px;
}
.testrun-dialog .confirm { margin-bottom: 1.4em; }
.testrun-dialog .radio label:after, 
.testrun-dialog .confirm label:after { content: ''; }
.testrun-dialog .radio legend { 
	font-size: 1em;
	line-height: 1.5;
	padding: 0 0 0 6px;
	margin: 0;
}
.testrun-dialog .radio label {
	display: inline;
	width: auto;
	margin: 0;
}
.testrun-dialog .radio {
	margin-left: 125px;
}
.testrun-dialog .radio ul { 
  font-size: 1em; 
  margin: .3em 0 0; 
} 
.testrun-dialog label input { 
  background: 
  transparent; 
  width: auto; 
  position: relative; 
  top: 2px; 
}
.testrun-dialog .radio li { 
  float: left; 
  margin: 0; 
  width: 48%; 
  clear: none; 
} 
.testrun-dialog .radio input { width: auto; }
