.boxSlug {
    width: auto;
    height: auto;
    min-height: 30px;
    position: relative;
}

.boxSlug label {
    color: #0088cc;
    margin-bottom: 0;
}

.boxSlug span.infoSlug {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
}

.boxSlugShow span.infoSlug {
    display: none;
}

.boxSlug .bgDisabled {
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.boxSlug .boxLoadingSlug {
    display: none;
    width: 26px;
    height: 20px;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
}

.boxSlug .boxLoadingSlug img {
    display: block;
    height: 100%;
    margin: 0 auto;
}

.boxSlug span.urlForm {
    display: none;
    font-size: 12px;
    color: #3a3a3a;
    height: 22px;
    line-height: 22px;
    cursor: default;
}
.boxSlugShow span.urlForm {
    display: block;
}

.boxSlug .itemSlug {
    width: 442px;
    display: none;
    cursor: pointer;
    background: transparent;
    border: 0;
    margin: -3px 0 0 -3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0 4px 0 4px;
    outline: none;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}
.boxSlugShow .itemSlug {
    display: inline-block;
}

.boxSlug .itemSlug:focus {
    background: #fff;
    cursor: auto;
}

.boxSlugShow span.infoSlug {
    display: none;
}

.boxSlugShow span.urlForm {
    display: inline-block;
}

.boxSlugShow span.itemSlug {
    display: block;
}