.ui-dropdownchecklist-dropcontainer-wrapper {
z-index:5000;
}

.ui-dropdownchecklist
{
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 12px;
	margin-left: 10px; /* background dropdown.png image */
    color:#666;
    font-family:verdana;
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
	width: 341px;
    padding:0px 15px;
    font-family:verdana;
}

.ui-dropdownchecklist-item
{
    margin:3px 0;
}
.ui-dropdownchecklist-item input
{
    margin:3px;
    width:14px;
    height:14px;
}
.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;
}
