.comment-form {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
}
.comment-form div span.btn {
    display: inline-block;
    margin-right: 0;
}
.comment-form div.comment-btns {
    text-align: right;
    width: 425px;
    display: none;
}
.comment-form div.comment-avatar {
    display: inline-block;
    width: 40px;
}
.comment-form div.comment-avatar img {
    width: 30px;
    height: 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.comment-form div.comment-text {
    display: inline-block;
}
.comment-form div.comment-text textarea {
    width: 370px;
    height: 20px;
    margin: 0 0 10px 0;
    color: #000;
    resize: both;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.comment-edit-form,
.answer-add-form {
    display: block;
    position: relative;
    margin: 0 0 5px 0;
    text-align: left;
}
.answer-add-form div.comment-avatar {
    display: inline-block;
    width: 40px;
}
.answer-add-form div.comment-avatar img {
    width: 30px;
    height: 30px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.comment-edit-form div.comment-text {
    display: inline-block;
    margin: 0 0 0 70px;
    text-align: right;
}
.answer-add-form div.comment-text {
    display: inline-block;
    text-align: right;
    margin: 0 0 0 10px;
}
.comment-edit-form div.comment-text textarea,
.answer-add-form div.comment-text textarea {
    display: inline-block;
    height: 20px;
    width: 100%;
    margin: 0;
    color: #000;
}
.comment-edit-form div.comment-btns,
.answer-add-form div.comment-btns {
    margin: 10px 0 10px 60px;
    text-align: right;
}