.comments{
    margin: 10px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 850px;
}
.comments h4{
    background-color: inherit;
    font-weight: bold;
    text-align: center;
    padding: 0 0 2px 0;
    margin-bottom: 10px;
}
.comment_main{
    margin: 10px 10px 20px 10px;
}
/*.comment_body{
    background-color: rgba(255,255,255,0.3);
    color: #800500;
    font-size: 120%;
    margin: 6px 0 0;
    padding: 0 0 2px;
    padding-left: 7px;
    border-left: 2px solid #800500;
    text-shadow: 1px 1px 0 #E0E0E0;
    font-weight: bold;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    min-height: 50px;
}*/
.comment_body_0{
    background-image: url(../images/comments/wood_bg.jpg);
    margin: 6px 0 6px 10px;
    padding: 10px 15px;
    box-shadow: 2px 2px 2px rgba(76,76,76,0.8);
}
.comment_body{
    background-color: rgba(255,255,255,0.6);
    color: #800500;
    font-size: 120%;
    margin: 6px 0 6px 0;
    padding: 5px 5px;
    padding-left: 7px;
    //border-left: 2px solid #800500;
    text-shadow: 1px 1px 0 #E0E0E0;
    font-weight: bold;
    //border-bottom-right-radius: 6px;
    //border-top-right-radius: 6px;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.2;
    min-height: 50px;
}
.comment_name{
    float: left;
    margin-right: 10px;
    color: #3c452d;
    font: bold 1em Verdana, Arial, Sans-Serif;
}
.comment_rating{
    float: right;
}
.comment_date{
    padding-top: 2px;
    font-size: 10px;
    color: #3c452d;
}
.st{
    margin: 0 0 -12px 25px;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/comments/bg_st.png);
    position: relative;
}
.comment_rating a{
    width: 15px;
    height: 14px;
    float: left;
    margin: 2px 3px 0 0;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../images/comments/jc_vote2.gif);
    border: none !important;
    text-decoration: none;
    text-decoration-color: currentcolor;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.comment_rating span.vote-num{
    float: right;
    margin-left: 30px;
    font-size: 15px;
    font-weight: bold;
}
.vote-positive{
    color: #22e535;
}
.vote-negative{
    color: #ed0707;
}
.vote-good{
    background-position: 0 0;
}
.vote-poor{
    background-position: -15px 0;
}
.comment-form{
    margin: 20px 0;
    width: auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.comment-form-text{
    width: auto;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.field-comments-verifycode{
    margin-left: 20px;
}
.cap_image{
    margin: 10px 0;
    margin-left: 15px;
}
.btn-warning{
    margin-left: 10px;
    background-image: url(../images/comments/wood_bg.jpg);
    border-color: #6e4c1f;
}
.btn-comment:hover{
    background-color: #000099;
}
.form-control{
    background-color: rgba(237,228,205,0.5);
    border-color: #c2a16b;
}
.comment-alert{
    display: none;
    padding: 25px 0;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}
