#displaydata_checkboxes {
	width:260px;
	height:240px;
	float:left;	
}

#displaydata_checkboxes2 {
	width:260px;
	height:240px;
}

#displaydata_checkboxes3 {
	width:260px;
	height:230px;
	float:left;		
}

#displaydata_checkboxes4 {
	width:260px;
	height:230px;	
}

#displaydata_checkboxes .box{
	width:250px;
	overflow:auto;
	height:230px;
	float:left;	
	border:1px solid #bcbcbc;
	padding:0px;
}

#displaydata_checkboxes2 .box2{
	width:250px;
	overflow:auto;
	height:230px;
	float:right;
	padding:0px;
}

#displaydata_checkboxes3 .box{
	width:250px;
	overflow:auto;
	height:230px;
	float:left;	
	border:1px solid #bcbcbc;
	padding:0px;
}

#displaydata_checkboxes4 .box2{
	width:250px;
	overflow:auto;
	height:230px;
	float:right;	
	padding:0px;
}

#displaydata_checkboxes .list{
	list-style:none;
	padding:5px;
	margin:0;
	width:205px;
	overflow:hidden;
	border-bottom-style:none;
	font-size:12px;
	line-height:18px;
}
#displaydata_checkboxes .list li{
	float:left;
	width:205px;
}

#displaydata_checkboxes3 .list{
	list-style:none;
	padding:5px;
	margin:0;
	width:205px;
	overflow:hidden;
	border-bottom-style:none;
	font-size:12px;
	line-height:18px;
}
#displaydata_checkboxes3 .list li{
	float:left;
	width:205px;
}


