@import url(./error.css);

.quip a { text-decoration: none; }
.quip a:hover { text-decoration: underline; }

.quip-comment {
    background-color: #eaeaea;
    border-color: #ccc;
    border-width: 1px 0;
    border-style: solid;
    padding: .5em;
    width: 490px;
}
.quip-comment-alt {
    background-color: #fafafa;
}
.quip-comment-rightstuff {
    float: right;
    text-align: right;
}
.quip-comment-createdon {
    font-style: italic;
    color: #777;
}
.quip-comment-author { color: #888; }
.quip-comment-author strong { color: #333; }

.quip-add-comment p {
    color: #888;
    margin-bottom: .2em;
    width: 490px;
    max-width: 490px;
    min-width: 490px;
}
span.quip-allowed-tags {
    font-weight: normal;
    font-size: 11px;
    font-style: none;
    float: right;
    }
.quip-add-comment .textarea {
    width:auto;
}
.quip-add-comment textarea {
    width: 100%;
    padding:0;
}
.quip-add-comment input[type=text] {
    width: 50%;
    float: left;
    border: 1px solid #888;
    padding: 5px;
    }
.quip-add-comment label {
    width: 20%;
    float: left;
    }
.quip-fld br { clear: both; }

.quip-comment input[type=submit] {
    float: right;
    border: 1px solid #aaa;
    padding: .3em;
    margin-left: .5em;
    cursor: pointer;
}
.quip-comment-options {
    text-align: right;
}
.quip-comment-report {
    color: #888;
    font-size: .8em;
}
#quip-comment-box {
    margin: 0;
}
.quip-comment form {
    width: 490px;
    max-width: 490px;
    min-width: 490px;
}
.quip-error { color: red; }
