
.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(/images/dropdown.png) no-repeat center right;
        color:#969696;
        
}
.dinamic_fields .ui-dropdownchecklist{
    width:343px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(/images/dropdown_hover.png);
	border-color: #969696;
        
}

.ui-dropdownchecklist-text {
	font-size: 11px;
	height: 14px;
	line-height: 15px;
	margin-right: 17px; /* background dropdown.png image */
        padding-left:5px;
        color:#969696;
}
.dinamic_fields .ui-dropdownchecklist-text {
	font-size: 13px;
	height: 14px;
	line-height: 15px;
	margin-right: 17px; /* background dropdown.png image */
        padding-left:5px;
        color:#000;
        font-style: normal;
        font-weight: normal;
        font-family:  Arial, Helvetica, sans-serif;
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item {
    
}

.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
        
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

