input.editable-select {
	background: #DDD url(../images/arrow-down.gif) 290px center no-repeat;
	padding-right: 25px !important;
	width: 279px !important;
}

.editable-select-options {
	position: absolute;
	display: none;
	overflow: auto;
	margin: 0;
	padding: 0;
	background: #FFF;
	border: 1px solid #CCC;
	z-index: 10;
	margin-top: 30px;
	margin-left: 3px;
}

.editable-select-iframe {
	position: absolute;
	background: #DDD;
	z-index: 9;
	display: none;
}

.editable-select-options ul {
    margin: 0;
    padding: 0;
    z-index: 10;
    list-style: none;
    list-style-image: none;
}

.editable-select-options li {
    cursor: default;
   	padding: 2px;
   	font-size: 1.1em;
}
    
.editable-select-options li.selected {
	background: #EAEAEA;
}