.immybox {
    float: left;
    text-overflow: ellipsis;
}

    .immybox.immybox_witharrow {
        background-image: url(../css/images/immybox-arrow.png);
        background-repeat: no-repeat;
        background-position: right center;
    }

.immybox_results {
    max-width:280px;
    position: absolute;
    overflow: auto;
    max-height: 20em;
    background-color: white;
    border: 1px solid #ccc;
    z-index: 9001;
}

    .immybox_results p.immybox_moreinfo, .immybox_results p.immybox_noresults {
        color: #ccc;
        font-style: italic;
        padding: 0 1em;
        margin: 0;
    }

    .immybox_results ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
       
    }

        .immybox_results ul li {
            padding: .25em 1em;
            -o-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -webkit-user-select: none;
            user-select: none;
        }

            .immybox_results ul li.immybox_choice {
                cursor: pointer;
                height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

                .immybox_results ul li.immybox_choice.active {
                    background-color: #f1f1f1;
                }

                .immybox_results ul li.immybox_choice .highlight {
                    text-decoration: underline;
                }
