
.phnx-auth-display-on, .phnx-auth-display-off {
    display: none;
}

.phnx-wait-response {
    opacity: 0.6;
}

.phnx-spinner-load {
    opacity: 0.6;
    background-image: url(../images/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000000;
}

.phnx-form-spinner-load {
    background-image: url(../images/spinner.gif);
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1000000;
}

.phnx-hider {
    display: none;
}

#phnx-comments-forms, #phnx-comments-data-list {
    min-height: 60px;
}