.ui-dropdownchecklist
{
	border-left:0px solid #fff; border-top:1px solid #fff; border-bottom:1px solid #fff; 
	height: 16px;
	border-right: 1px solid #fff;
	background: #fff url('images/dnormal.gif') no-repeat center right;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000;
	padding-left:5px;
	padding-right: 18px;
	padding-bottom:1px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url('images/dhover.gif'); 
	}

.ui-dropdownchecklist-text
{
	height: 16px;
	line-height: 20px;
	/* margin-right: 15px;  background dropdown.png image */
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	width: 115px;
	
}

.ui-dropdownchecklist-item
{
	margin:0;
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}