.comment {
    padding: 10px 10px 10px 0;
}

.comment_info {
    font: italic 10px / 10px Georgia, Times New Roman, Times, serif;
}

.comment_info a {
    color: #666666;
}

.comment_container .comment_container {
    margin-left: 20px;
}

.comment_container .no_margin {
    margin-left: 0;
}

.comment_action {
    padding: 2px 0 0 20px;
}

.comment_util {
    overflow: hidden;
}

.responseLink {
    visibility: hidden;
    font: 11px monospace;
    color: #000;
}

#addNewCommentLink {
    display: none;
}

#cancelLink {
    font: 11px monospace;
    color: #000;
    padding: 0 0 0 10px;
    line-height: 20px;
}

#defaultCommentFormPlaceholder #cancelLink {
    display: none;
}

#defaultCommentFormPlaceholder{
    padding: 50px 0 0 0;
}

.comment {
    border: 1px solid #efefef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    background-color: #fff;
}

.comment_corner {
    position: absolute;
    width: 19px;
    height: 18px;
    top: -18px;
    left: 32px;
    background: url("/img/comment_corner.gif") no-repeat left top;
}

.comment_info {
    padding-top: 20px;
    height: 27px;
    overflow: hidden;
}

.comment_info .userpic {
    float: left;
    margin-left: 4px;
    margin-right: 26px;
}

.comment_text {
    padding: 0 10px;
}

textarea.comment_textarea {
    width: 99%;
    display: block;
    margin-bottom:3px;
}
#postCommentForm .submit_button {
    font-size:11px;
}
.comment_container #postCommentForm {
    /*padding-left:20px;*/
}
.remove_comment_link {
    font-style:normal;
}