.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(../imagens/dropdown.png) no-repeat center right;
	padding-right: 17px; /* background dropdown.png image */
	color: #444444;
}

.ui-dropdownchecklist-dropcontainer-wrapper{
z-index:100}

.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(../imagens/dropdown_hover.png); 
	border-color: #5794bf;

}

.ui-dropdownchecklist-text {
	font-size: 12px;
	line-height: 20px;   
	color: #444444;	 
}

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

}

.ui-dropdownchecklist-item {
	font-size: 10px;
}

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

.ui-dropdownchecklist-item-hover
{
	background-color: #C3C3C3;
	color: #fff;
}
.ui-dropdownchecklist-item input {
	width: 10px;
	height: 10px;
}