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

.ui-dropdownchecklist-text
{
	font-size    : 12px;
	height       : 20px;
	line-height  : 20px;
	margin-right : 45px; /* background dropdown.png image */
	margin-left: 2px;
	padding      : 1px 0 0 4px;
	/*display: -moz-inline-block;*/
}

.ui-dropdownchecklist-dropcontainer
{
	background-color : #fff;
	border           : 1px solid #999;
	overflow-x       : hidden;
}

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

.ui-dropdownchecklist-wrapper
{
	margin-left	: 1px;
}

ui-dropdownchecklist-dropcontainer-wrapper{
	width: 185px !important;
}