
.sb1{
  position: absolute;
     left: 5px;
     top: 1480px;
}

.sb2{
  position: absolute;
     left: 5px;
     top: 1580px;
}

.sb3{
  position: absolute;
     left: 5px;
     top: 1680px;
}

.sb4{
  position: absolute;
     left: 5px;
     top: 1480px;
}


.sb5{
  position: absolute;
     left: 5px;
     top: 1530px;
}


.sb6{
  position: absolute;
     left: 5px;
     top: 1630px;
}

.sb7{
  position: absolute;
     left: 5px;
     top: 1730px;
}

.sb8{
  position: absolute;
     left: 5px;
     top: 1830px;
}

.sb9{
  position: absolute;
     left: 5px;
     top: 1930px;
}


.checkList{
   	border: 1px solid #ccc;
	display: block;
	height: 100px;
     width: 1px;
     font-size: large;
}

.checkList .toolbar{
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	overflow: hidden;
}

.checkList .toolbar .txtFilter{
	width: 25px;
	margin-left: 3px;
	border:1px solid #1e1e1e;
}

.checkList .toolbar .filterBox{
	display: inline-block;
	float: right;
}

.checkList .toolbar .chkAll{
	margin-top: 7px;
	border-right: 1px solid #ccc;

}

.checkList .table{
	width: 30%;
	border-spacing: 0;
font-size: large;

}

.checkList .table td{
	padding: 1px;
	border-bottom: 1px solid #eee;
}

.checkList tr td:first-child{
	width: 6px;
}

.checkList tr td label{
	display: inline-block;
	width: 30%;
}

.highlight{
	background-color: #F4FA58;
}

