@charset "utf-8";

#gallery-comment div.comment_textarea {
    float: left;

    margin: 10px 0 5px 0;
    width: 497px;
}
#gallery-comment textarea.editor_field {
    clear: both;
    margin: 0 0 5px 0;
    width: 485px; height: 8em;
    font-size: 12px;
    background: #eeeeee;
}
#gallery-comment button.editor_cancel_button {
    float: left;
    display: block;
    margin: 0 0 10px 10px;
    width: 95px; height: 20px;
    cursor: pointer;
    color: #ffffff;
    background: #c3c3c3;
    border: 0px;
}
#gallery-comment button.editor_ok_button {
    float: left;
    display: block;
    margin: 0 0 0 292px;
    width: 95px; height: 20px;
    cursor: pointer;
    background: #66cccc;
    border: 0px;
}
#gallery-comment div.comment_item {
    white-space: pre-wrap;
    background-color: transparent;
}