/** Simple modifications needed for DropDownCheckList to take advantage of ThemeRoller settings */
.ui-dropdownchecklist .ui-widget-content
, .ui-dropdownchecklist .ui-widget-header {
	border: none;
}
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
}
.ui-dropdownchecklist-selector {
	padding: 1px 1px 1px 3px;
}
.ui-dropdownchecklist-group {
	padding: 1px 1px 1px 3px;
}
