.add-post-form .image-button + .wrap-image {
    margin-top: 20px;
}

.add-post-form .wrap-image img {
    height: 100px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
}

.add-post-form .form-group.separator {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.add-post-form .form-group.separator.top {
    border-bottom: none;
    border-top: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 0;
}

.add-post-form p.description {
    font-style: italic;
    color: #999;
    font-size: 13px;
    margin-top: 4px;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #5b9dd9;
    background-color: #fff;
}

.ui-autocomplete {
    -webkit-box-shadow: 0 1px 2px rgba(30, 140, 190, .8);
    -moz-box-shadow: 0 1px 2px rgba(30, 140, 190, .8);
    box-shadow: 0 1px 2px rgba(30, 140, 190, .8);
}

.ui-autocomplete li {
    margin-bottom: 0;
    padding: 4px 10px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}

.ui-autocomplete .ui-state-focus {
    background: #0073aa;
    color: #fff;
}

.add-post-form .custom-combobox {
    position: relative;
    display: block;
}

.add-post-form .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    right: 0;
    z-index: 99;
    margin-right: 0;
    width: 35px;
}

.add-post-form .custom-combobox-input {
    margin: 0;
    padding-right: 45px;
    background: #fff;
}

.add-post-form input[data-autocomplete="1"].ui-autocomplete-loading {
    background: url(../images/loading.gif) no-repeat 99.5% center transparent;
    padding-right: 30px;
}