.ui-container {
	position:relative;
	z-index:8;
}
.ui-select, .ui-selected {
	width:118px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px; font-weight:bold;
	color: #6D6D6D;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 6px;
	margin-top:10px;
	background: #d8d7ce url(../images/arrow_down.png) 110px 4px no-repeat;
}
.close { background-image: url(../images/arrow_up.png); z-index:8 !important; }
.ui-scroll {
	background-color: #fff;
	max-height:200px;
	overflow:auto;
}
.ui-select-box {
	width: 480px;
	margin: -20px;
	padding: 20px;
	background:#fff;
	box-shadow: -3px 3px 10px rgba(0,0,0,0.1);
	position:absolute;
	left:0px; top:0px;
	display:none;
	z-index:7;
}
.ui-select-box .ui-select {	margin-top:0px; margin-bottom:10px; }
.ui-select-box label {
	display:block;
	padding:2px 4px;
	cursor:pointer;
	font-size:11px;
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}
.ui-select-box label:hover {
	background: #d8d7ce;
	color: #6D6D6D;
}
.ui-select-option {
	width:312px;
	font-size:10px;
}
.ui-select-group { float:left; }
.ui-selected { background-image:none; background-color:#a81b45; margin-top: 3px; color:#fff; padding-right:14px; width:110px; }
.ui-selected:hover { background: #a81b45 url(../images/x.png) 117px center no-repeat; }