.ui-dropdownchecklist {
    height: 19px;
    width: 213px;
	border: 1px solid #505050;
	border-right: 0;
	background: #252525 url(../images/template/dropdown_hover.png) no-repeat center right;
    float:left;
    color:#ffffff;
}

span .ui-dropdownchecklist-text {
  color:white;
  font-size: 13px;
  padding-left:5px;
  width: 213px;
  height:19px;
}
label .ui-dropdownchecklist-text {
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
}

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

.ui-dropdownchecklist-item {
 text-align:left;
 font-size: 12px;
 margin-right:5px;
 color:#fff;
 font-family: Georgia;
}


.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;
}

