.frame .ui-selectonemenu {
	width: 80%;
	padding-right: 0;
	background-color: white;
	border-color: #d1d9de;
	box-shadow: inset 1px 1px 2px 1px rgba(204,204,204,0.4);
}

.frame .ui-selectonemenu-label {
	box-shadow: inset 1px 1px 2px 1px rgba(204,204,204,0.4);
}

.frame .ui-selectonemenu-trigger {
	border: 0;
}

.ui-selectonemenu-panel.ui-shadow {
	box-shadow: 0 0 4px 1px rgba(0,0,0,0.2);
	display: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
	font-size: 12px;
}

.ui-selectonemenu-panel .ui-selectonemenu-list {
	width: 100%;
	padding: 0;
	color: black;
}

.ui-selectonemenu-panel .ui-selectonemenu-list .ui-state-highlight {
	color: inherit;
	text-shadow: none;
	background-color: #f0f0f0;
	background-image: none;
	border: 0;
}

.ui-selectonemenu-panel .ui-selectonemenu-list .ui-state-highlight:hover {
	background-color: lightgray;
}

.ui-selectonemenu-panel .ui-selectonemenu-list .ui-state-hover {
	color: inherit;
	text-shadow: none;
	background: 0;
	background-color: lightgray;
	border: 0;
	font-weight: inherit;
	box-shadow: none;
}

.ui-selectonemenu-panel .ui-selectonemenu-list .ui-state-disabled {
    display: none;
}
