
.comments{
    background:#FFF;
    font-size:11px;
}
.comments h3{
    background-color:#1B69BD;
    border-bottom:1px solid #807DB4;
    line-height:24px;
    margin:0;
    padding:2px 6px;
    color:#FFF;
}
.comment h4{
    border-bottom:1px solid #DDD;
    line-height:24px;
    margin:0;
    padding:2px 6px;
    font-size:13px;
    direction:rtl;
    text-align:right;
}
.comment{
    font-size:11px;
}
.comment td{
    padding:4px 9px !important;
    text-align:right;
}
.comment label{
    padding:0;
}
.comment input[type='text'],.comment textarea{
    width: 100%;
    background: #FFF;
    border: 1px solid #D7D7D7;
    padding: 10px;
    line-height: 20px !important;
    height: 50px;
    margin: 0px;
}
.comment textarea{
    height: 150px !important;
}

.comment_success{
    padding:4px;
    line-height:14px;
    background:#8c2a22;
    border:1px solid #FFF;
    border-radius:4px;
    -moz-border-radius:4px;
    color:#FFF;
    width:99%;
    direction:rtl;
}
.comment .comments{
    width:100%;
}
.CommentItems {
    border: 1px solid #e8e8e8;
    background-color:#fafafa;
    border-radius: 31px;
    -moz-border-radius: 6px;
    margin: 25px 0;
    display: table;
    width: 100%;
    font-size: 13px;
    padding: 20px 30px;
}
.CommentItems .reply
{
    width:100%;
}
.comments .info,.info_reply{
    height: 45px;
    line-height: 26px;
    width: 100%;
}
.comments .rate{
    float:right;
    padding:0 20px;
    color:#666;
    border-left:1px solid #e8e8e8;

}
.comments .date{
    float:right;
    padding:0 20px;
    color:#666;
    border-left:1px solid #e8e8e8;

}
.comments .name{
    float:right;
    padding:0 20px;
    color:#555555;
}
.comments .CMText{
    width: 100%;
    color: #333333;
    margin-bottom: 5px;
    text-align: right;
    padding: 5px;
    display: table;
    line-height: 2;
    font-size: 15px;
    direction: rtl;
}
.comments .btnans {
    float: left;
    margin: 3px 2px 0;
    text-align: center;
}
.comments .btnans button{
    background-color: #DDD;
    border: 1px solid #807DB4;
    color: #555;
    height: 21px;
    line-height: 16px;
    display: inline-block;
    padding: 1px 5px;
    margin-left: 10px;
    border-radius: 3px;
    font-size:11px;
    cursor:pointer;
}
.comments .btnans button:hover{
    color: #006;
}
.captcha img{margin:3px 5px 0 0;border:1px solid #807DB4;position:absolute}
.captcha a{color:#00698C;font-size:11px;margin-bottom: 8px;display: block;}


#respond{
    width: 400px;
}

#comment_form img
{
    vertical-align: baseline;
}

.comment-list h3{
    margin-bottom: 25px;
}
.comment-post{
    float:right;
}