﻿.Comment .commdiv{
    border-bottom:1px solid #ccc;
    padding-bottom:10px;
    margin-bottom:10px;
    line-height:25px;
}
.Comment .comm_action span {
    display: inline-block;
    text-align: left;
    width:100px;
}

.Comment .divarea {
    width: 660px;
    border: 1px solid #379BE9;
    line-height: 30px;
    margin-bottom: 20px;
}

.Comment .tbc {
    width: 636px;
    border: 0px;
    margin: 10px;
    margin-bottom: 0px;
}

.Comment .ncline {
    border-top: 1px solid #CCC;
    padding: 5px 5px 5px 5px;
}

.Comment_Replay {
    padding: 10px;
}

    .Comment .thisComment {
        line-height: 30px;
    }

    .Comment .cdate {
        margin-left: 5px;
        color: #CCC;
    }
.Comment .crbg{
    box-sizing:content-box;
    border:0px;
    background-color:transparent;
    background-image:url(/images//ico/bg_replay.jpg);
    background-repeat:no-repeat;
    background-position:0px 1px;
    padding-left:15px;
    cursor:pointer;
    color:#CCC;
}
.Comment .crbg_on{
    box-sizing:content-box;
    border:0px;
    background-color:transparent;
    background-image:url(/images//ico/bg_replay.jpg);
    background-repeat:no-repeat;
    background-position:0px -19px;
    padding-left:15px;
    cursor:pointer;
    color:#333
}
