
.checkGroup {
	position: absolute;
	width:40px; 
	background:transparent;
}

.checkline {
	position: relative; 
	margin-left:10px; 
	width: 4px; 
	height:100%; 
	background:#6c8095;
}	
	
.checkbox {
	position: absolute; 
	width:24px; 
	height:40px;
}
	
.checkGroup .checkbox {
	background-image:url('checks.png');
	background-repeat:no-repeat;
	background-position:0px -24px;
}
.checkGroup .checkbox.active {
	background-position:0px 0px;
}
.checkGroup .checkbox.blocked {
	background-position:0px -48px;
}

.checkGroup.inactiveField {
	float:left;
	background: transparent;	
}

.checkGrouperInactveField,
.checkGrouperInactveField input,
.checkGrouperInactveField input:focus {
	background: transparent !important;
	border: none !important;
}

