.checkboxList{
	padding: 0px  0px 0px 5px;
    display: inline-block;
}

.checkboxList .block-shape{
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 2px;
}

.checkboxList .block-shape-inner{
	border-top: 1px solid #696969;
	border-left: 1px solid #696969;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background: white;
	padding: 2px 0px 1px 2px;
	overflow-y: auto;
    overflow-x: hidden;
	height: 147px;
	width: 140px;
}

.checkboxList .checkbox{
	margin: -1px 0px 0px 0px;
}

