.ui-dropdownchecklist
{ font-size: 1.1em; height: 17px; width: 283px; background: #f4d0ff url(../images/layout/dropdown.png) no-repeat right center; color: #000; font-weight: normal; border-color: #a0a0a0 #a6a6a6 #a6a6a6 #a0a0a0; border-style: solid; border-width: 1px; }
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(../images/layout/dropdown.png); 
        color: #000;
        font-size: 1.1em;
}

.ui-dropdownchecklist-text
{ color: black; font-size: 0.96em; padding-left: 2px; height: 20px; line-height: 20px; margin-right: 17px; /* background dropdown.png image */
}

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

.ui-dropdownchecklist-item
{
	
}

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