.ui-dropdownchecklist
{
	background: #f6f5f1 url("../images/bg-drop.gif") 98% 50% no-repeat;
	border: 1px solid #d7d5cf;
	border-radius:2px;
	-moz-border-radius:2px;
	width: 168px;
	padding:4px 10px;
	?margin-left:-40px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active
{
	background-image: url("../images/bg-drop-hover.gif") center right no-repeat;
}

.ui-dropdownchecklist-active
{
	background-color: #e3eef2;
	border: 1px solid #00aeef;
}

.ui-dropdownchecklist-text
{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #e3eef2;
	border: 1px solid #00aeef;
	position:absolute;
	z-index:9;
	overflow-x:hidden;
	margin-top: 1px;
	?margin-left:-40px;
}

.ui-dropdownchecklist-item
{
	padding-right:15px;
}

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