input[type="radio"] {
	margin-right: 3px;
	margin-top: 0px;
}
input[type="checkbox"] {
	margin-right: 3px;
	margin-top: 0px;
}
#FormTitle {
	height: auto;
}
/* This height seems a bit restrictive -- KH 4/16/13 */
select[multiple], select[size] {
	height: 28px;
}

/* For radio plus other, something like */
input.inline,
select.inline {
	display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

/* controls and inline styles modified to be more consistent with bootstrap v.2 docs */
.controls.inline {
	display: inline-block;
/*	margin-left: 0px; */
}
.controls.inline.noleftmargin {
	margin-left: 0px;
}
.radio.inline,
.checkbox.inline {
	padding-top: 0px;
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
	padding-top: 0px;
}
/* Changed 2/1/16 -- changes level of first radio button */
/* Removed 12/14/16 -- causing problems on MedicalTeams and others 
.controls>.radio:first-child{
	margin-top: -5px; 
}
*/
/* Changed 2/1/6 -- review step on Register shift to the left too far */
#TransactionFormReview .row {
        margin-left: 0px;
}            


label.inline {
	display: inline-block;
}

/* CBST redefined this not sure if common -- KH 3/18/13 */
fieldset {
	border: 0;
	padding: 0;
}
#reviewstep .row {
	margin-left: 0px;
}
#reviewstep #libmcFormhonmem {
	display:block;
}
#fieldset-CSC label {
	white-space: nowrap;
}
