.comments{
    border-radius:5px;
    background-color:#f5f5f5 !important;
}
.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;
    border-radius: 15px;
    margin: 10px 0;
    padding: 10px 10px;
}
.comment td{
    padding:4px 9px!important;
    text-align:right;
}
.comment label{
    padding:0;
}
.comment input[type='text'],.comment textarea{
    background: #FFF;
    border: 1px solid #D7D7D7;
    padding: 5px;
    line-height: 20px !important;
    height: 30px;
    margin: 0 10px 10px;
    border-radius: 7px;
    width:90%;
}
.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 #eeeeee5e;
    /*background-color: #eeeeee5e;*/
    border-radius: 6px;
    -moz-border-radius: 6px;
    margin: 15px 0;
    padding: 10px 25px;
    display:table;
    width:100%;
    font-size:11px;
}
.CommentItems .reply
{
    width:100%;
}
.comments .info,.info_reply{
    /*background-color: #F5F5F5;*/
    height: 28px;
    line-height: 26px;
    width:100%;
    /*border-bottom:1px solid #DDD;*/
}
.comments.info>div{
    padding:0 10px;
}
.comments .date{
    float:right;
    color:#666;
    float: right;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: 25px;
    /* margin-left: 10px; */
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.comments .name{
    float:right;
    padding-right:25px;
    color:#555555;
}
.comments .rate{
    float:right;
    color:#555555;
}
.comments .CMText{
    width: 100%;
    color: #666;
    line-height: 2;
    margin-top: 25px;
    margin-bottom: 5px;
    text-align: justify;
    padding-top: 10px;
    display: table;
    direction: rtl;
    font-size: 13px;
}
.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;
    width: 85px;
    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;
}
.btn-submit{
    color: #fff;
    border-radius: 5px;
    border: solid 1px #e2000f;
    font-size: 13px;
    padding: 10px 10px;
}
.btn-submit:hover{
    color:#eee;
}