
.ajax-loading {
    height: 20px;
    background: url(spinner.gif) no-repeat center;
    background-color: white;
    border: 1px solid gray;
    margin-bottom:5px;
}

.ajax-results {
    padding:5px;
    background-color: white;
    border: 1px solid gray;
    margin-bottom:5px;
}