/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content, .ui-dropdownchecklist .ui-widget-header {
	background: none repeat scroll 0 0 #FFFFFF;
	border: medium none;
	margin-top: 2px;
	padding: 5px 5px 10px;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper, .ui-widget.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
	line-height:normal;
}
.ui-dropdownchecklist-selector {
	font-size: 0;
	padding: 10px 8px 10px 7px;
	width: 278px !important;
}
.ui-dropdownchecklist-text {
	font-size: 12px;
	width: 255px !important;
}
.ui-dropdownchecklist-item, .ui-dropdownchecklist-item input {
	vertical-align: middle;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}