#comments {
    position: absolute;
    left: 20px;
    top: 10px;
    right: 15px;
    bottom: 20px
    }
#comments > .buttons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0
    }
#comments > .posted_comments {
    position: absolute;
    left: 0;
    top: 36px;
    bottom: 0;
    right: 0;
    clear: both;
    overflow: auto;
    padding-top: 0;
    padding-right: 5px
    }
#comments .section_header {
    margin-bottom: 0
    }
#comments .section_header a {
    float: right
    }
#comments .comment {
    padding: 5px 0 0 0
    }
#comments .comment .comment_header {
    padding: 5px 0;
    font-weight: bold
    }
#comments .comment .comment_body {
    position: relative;
    padding-top: 6px
    }
#comments .comment .arrow, #comments .comment .arrow > div {
    font-size: 11px;
    position: absolute;
    display: -moz-inline-box;
    display: inline-block;
    border-style: dashed;
    border-color: transparent;
    border-width: 0.53em;
    height: 0;
    line-height: 0;
    vertical-align: middle;
    width: 0;
    border-bottom-width: 1em;
    border-bottom-style: solid;
    bottom: 0.25em
    }
#comments .comment .arrow {
    left: 15px;
    top: -10px;
    border-bottom-color: #DDD
    }
#comments .comment .arrow > div {
    left: -5.5px;
    top: -4px;
    border-bottom-color: #F6F6F6
    }
#comments .comment .box_content {
    position: relative;
    padding: 5px;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    background-color: #F3F3F3;
    word-wrap: break-word
    }
#comments .comment .comment_footer {
    position: relative;
    margin-top: 10px;
    font-size: 11px
    }
#comments .comment .comment_reply {
    float: right
    }
#comments .comment .comment_replys {
    padding-left: 10px
    }
#comments .comment textarea {
    width: 100%;
    height: 50px
    }
#comments .comment .actions {
    position: relative;
    margin-top: 10px;
    text-align: center
    }
#comments .comment .actions a {
    margin: 0 5px
    }