/* This is the CSS for the commenting jquery plugin */
#comment-preview-comment { display: none; }
.comment #comments-form-inner #comments-open-footer { width: 100%; text-align: left; padding: 5px 5px 0 0; }
.comment #comments-form-inner #comment-form-subscribe { display: none; }
.comment #comments-form-inner #comments-open-text label { display: none; }
.comment #comments-form-inner .comment-text {
    width: 100%; 
    height: 40px; 
}
a.reply.expanded {
    background-image: url(reply-comment-bg-top.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 11px;
}
.comment #comments-form-inner {
    padding: 10px;
    background-color: #eeeeea;
    margin-top: 7px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.comments-form { position: relative; }

#comments .spinner,
#comments .spinner-status {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(spinner.gif) no-repeat center center;
}
#comments .spinner {
    filter:alpha(opacity=5);
    -moz-opacity:.5;
    opacity:.5;
    background: #fff;
}
