.ui-dropdownchecklist {
	height: 28px;
	border: 1px solid #777;
	border-right: 0;
	background: #f2f2f2 url(dropdown.png) no-repeat center right;
	width: 280px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(dropdown_hover.png);
	border-color: #777;
	background-color: #ddd;
}

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

.ui-dropdownchecklist-dropcontainer {
	background-color: #ddd;
	border: 1px solid #777;
	width: 280px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px;
}

.ui-dropdownchecklist-item {
	color: #777;
	padding-left:10px;

}

.ui-dropdownchecklist-item-hover {
	background-color: #ba8748;
	color: #fff;
}

.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}

.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

.inputlocation {
	height: 17px;
	border: 1px solid #ba8748;
	margin-bottom: 5px;
}
