.radio-inline {
	display: block;
	position: relative;
	padding-left: 20px;
	width: 245px;
	margin: 0 0 0 auto !important;
	text-align: left;
}
.radio-inline input[type="radio"] {
	position: absolute;
	left: 0;
	margin: 0;
	top: 5px;
}
.rowLabel[for*="9-ENGLISH"] {
	//height: 70px;
}
.rowLabel[for*="10-B2"] {
	//height: 130px;
}
.rowLabel[for*="checkbox_4-Yes"],
.rowLabel[for*="checkbox_6-Yes"] {
	width: 400px;
}
.rowLabel[for*="4-Yes"] + .checkbox-inline,
.rowLabel[for*="6-Yes"] + .checkbox-inline {
	float: left;
	margin: 0 !important;
}
.rowControl.form-group {
	padding-bottom: 25px;
}
.wizardPage .form-horizontal .rowControl > textarea {
	margin: 0;
}
.formRow .form-group .text-limiters {
	margin-top: 0;
}