.x-superboxselect {
	position:relative;
	height: auto !important;
	margin: 0;
	overflow: hidden;
	padding:2px;
	display:block;
	outline: none !important;
	min-height: 28px;
}
.x-superboxselect ul {
	cursor: text;
}
.x-superboxselect .x-superboxselect-btn-edit {
	display:none;
}
.x-superboxselect-display-btns {
	padding-right: 25px !important;
}

.x-superboxselect-locked .x-superboxselect-input,
.x-superboxselect-locked .x-superboxselect-btn-lock {
	display: none;
}
.x-superboxselect-locked:hover .x-superboxselect-btn-edit {
	display:block;
}

.x-superboxselect-btns {
	position: absolute;
	right: 0;
	top: 5px;
	overflow: hidden;
}
.x-superboxselect-btns li {
	margin:5px;
	color: gray;
	font-size:15px;
}
.x-superboxselect-btns li:hover {
	cursor: pointer;
}
.x-superboxselect-btn-hide {display:none;}

.x-superboxselect-stacked li {float: none !important;}
.x-superboxselect-input input {
	float: left; margin: 2px 4px;
	padding: 4px;
	border: none; outline: none;
	box-shadow:none !important;
}
.x-superboxselect-item {
	white-space: normal !important;
	float: left; margin: 2px;
	padding: 3px 5px;
	cursor: default;
	min-width:14px;
	max-width: 225px;
	position: relative;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
}
.x-superboxselect-item-hover {
	background: #cdcdcd;
	border: 1px solid #949494;
}
.x-superboxselect-item-focus {
	background: #eee;
}
.x-superboxselect-item-close {
	position:absolute;
	top:-4px;
	right:-4px;
	border:1px solid silver;
	border-radius:1px;
	background: white url(../images/icons/close_gray.png) no-repeat center;
	height: 11px;
	width: 11px;
	background-size: 6px;
	float: right;
	cursor:pointer;
	display: none;
}
.x-superboxselect-item-close:hover {
	border-color:gray;
}
.x-superboxselect-item:hover .x-superboxselect-item-close {
	display:block;
}
.x-superboxselect-locked .x-superboxselect-item:hover {
	cursor:pointer;
}
.x-superboxselect-locked .x-superboxselect-item:hover .x-superboxselect-item-close {
	display:none;
}