
.user_comments{color:#C54500;font-size:16px;font-weight: bold;}


.comment_cont {
    background-image: url("../images/comment.png");

    background-position: right 18px;

    background-repeat: no-repeat;

}
.comment_cont, .comment_form_content, .content_box {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    margin: 10px 0;
    padding: 10px;
    position: relative;
}



.comment_cont:hover, .comment_form_content:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.comment_cont h2 {
    background-color: #eaeaea;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #000;
    font-family: tahoma;
    font-size: 9pt;
    font-weight: normal;
    height: auto;
    line-height: normal;
    margin: 0 50px 0 0;
    padding: 10px;
    text-shadow: 0 1px 0 white;
    width: auto;
}
.comment_ans {
    margin-right: 50px;
    padding: 10px;
}
.comment_ans a {
    color: #007bb3;
    text-decoration: none;
}
.comment_ans a:hover {
    color: #f90;
}
.comment_num {
    color: #0097db;
    font-family: verdana;
    font-size: 14pt;
}
.txt_div {
    background-color: #f9edbe;
    border: 1px solid #f0c36d;
    border-radius: 5px;
    color: #666;
    display: none;
    font-style: italic;
    padding: 5px;
}