.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ffffff;
	border-right: 0;
	background: #280000 url(dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(dropdown_hover.png);
	border-color: #ffffff;
}

.ui-dropdownchecklist-text {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
	color:#ffffff
}

.ui-dropdownchecklist-dropcontainer {
	background-color: #280000;
	border: 1px solid #fff;
	width:200px;
}

.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;
}
