/* CONCAT of
/2static/style/style-share-dialog.css
*/
/* START /2static/style/style-share-dialog.css */

.share-content-popup .remove-recipient {
    float: right;
    background: url(../images/trash_16.gif) no-repeat 50% 50%;
    text-indent: -9999px;
    height: 24px;
    width: 24px;
    cursor: pointer;
}

.share-content-popup ol {
    margin: 7px 0 7px 0;
    padding: 0;
    list-style-type: none;
}

.share-content-popup ol li {
    margin: 4px 0;
}

.share-content-popup ol li img {
    height: 22px;
    vertical-align: middle;
    width: 22px;
}

.share-content-popup ol li span {
    vertical-align: middle;
}

textarea#share-dialog-note {
    margin-top: 5px;
    height: 100px;
    max-height: 260px;
}

.share-content-popup ol li span span.recipient-username-wrapped {
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    display: inline-block;
}

.share-content-popup .share-dialog-button-panel {
    border-top: 1px solid #EEE;
    padding: 9px 12px;
    text-align: right;
}

form.aui fieldset.share-content-popup {
    padding: 8px 8px 8px 12px;
    margin:0 auto;
}

.share-dialog-progress-messages {
    display: inline;
    text-decoration: none;
    float: left;
    padding-left: 24px;
    margin-top: 5px;
}

.share-dialog-progress-messages.done {
    background: transparent url(../images/tick.png) no-repeat 0 0;
}

.share-dialog-progress-messages.error {
    background: transparent url(../images/cross.png) no-repeat 0 0;
}

.share-dialog-progress-messages.sending {
    background: transparent url(../images/spinner_003366.gif) no-repeat scroll 0 0;
}

form.share-content-popup.aui input {
    padding: 2px 0 2px 5px;
}

.share-content-popup .fecru-autocomplete-dropdown-icon.visible {
    right: 5px;
    top: 0;
}

.share-content-popup .autocompleteSpinner {
    right: 15px;
}

.share-user-input .no-results > span {
    background: transparent url(../images/sprite_messages.png) no-repeat 0 5px;
    padding-left: 22px;
}

.share-user-input .no-results strong {
    font-weight: normal;
}

#share-user-input {
    margin-top: 10px;
    width: 250px;
}
/*[{!style_share_dialog_css_h6iy41n!}]*/
/* END /2static/style/style-share-dialog.css */
