input.ajaxCompleteMenu {
    background:url('img/menuStripes.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-right:1.5em;
}
input.ajaxCompleteAddable {
    background:url('img/add.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-right:1.5em;
}
div.ajaxComplete {
    width:15em;
    border:1px solid #CCC;
    margin-top:-1px
}
input.ajaxComplete {
    width:100%;
    border:0;
    background-color: white;
}
div.ajaxCompleteDeadtext {
    width:100%;
    background-color: white;
    padding:1px;
    display:inline-block;
    border:0;
}
input.ajaxCompleteLocation {
    background:url('img/pin.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-right:1.5em;
}