.ui-dropdownchecklist
{
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(../../msp.com.au/inc/jq-unstable/dropdown.png) no-repeat center right;
	padding-right: 17px; /* background dropdown.png image */
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url(../../msp.com.au/inc/jq-unstable/dropdown_hover.png); 
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item
{
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
	color: #fff;
}
