.Flatten .BootFieldBody .BootList .checkbox {
	position: relative;
	float: left;
}
.Flatten .BootFieldBody .BootList .checkbox label {
	min-height: 40px;
	padding-left: 0;
	font-size: 8.25pt;
}
.Flatten .BootFieldBody .BootList .checkbox label input[type="checkbox"] {
	position: absolute;
	top: 25px;
	left: 45%;
}
.Flatten.FlattenBorder LABEL.control-label {
	margin-bottom: 0;
	font-size: 7pt;
	color: #AAA;
}
.Flatten.FlattenBorder .BootFieldBody {
	border: solid 1px #EEE;
	border-radius: 5px;
}
.Flatten.FlattenBorder .BootList {
	padding:5px 0 0 0;
}