.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(/images/dropdown.png) no-repeat center right;
}


.ui-dropdownchecklist-text {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	padding-left: 6px;
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item {
color:#636363;
padding-left:3px;
}

.ui-dropdownchecklist-item-hover {
	background-color: #e5e5e5;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #000;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}
