﻿
.contact-page select {
    width: 100%;
    max-width: 400px;
    background-position: 96% center;
}

.contact-page .ui-menu img {
    width: 75px;
    height: 75px;
}

.contact-page .ui-menu li span {
    padding: 0 0 10px 10px;
    margin: 0 0 10px 0 !important;
    white-space: nowrap;
}

.contact-page .ui-autocomplete {
    position: absolute;
    border: 1px solid #eee;
    overflow-y: scroll;
    height: 250px;
    width: 90% !important;
    max-width: 500px;
    color: #666;
    background: #fff;
    z-index: 1070;
    text-align: left;
}

.contact-page .ui-autocomplete li {
    border-top: 1px solid #ccc;
}

.contact-page .ui-autocomplete li:first-child {
    border-top: none;
}


.contact-page .ui-autocomplete a.ui-state-focus {
    background: #fff;
    color: #57b568;
}

.contact-page .ui-autocomplete img {
    display: inline;
    margin-right: 5px;
    vertical-align: middle;
}

.contact-page .ui-autocomplete-loading {
    background: #fff url('../img/ajax-loader-small.gif') right center no-repeat;
}
