#product_detail {
    .box-buycomment-title {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        font-size: 14px;
        padding: 15px 5px 5px 5px;
        height: 25px;
        width: 850px;
        border-bottom: 1px solid #000;
    }

    .btn_buycomment {
        display: block;
        float: right;
        padding: 3px 20px 3px 20px;
        color: #000;
        background-color: #eee;
        font-size: 12px;
        font-weight: normal;
        text-decoration: none;
        border: 2px solid #ccc;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

    #box-buycomment {
        width: 850px;
    }

    #box-buycomment-form {
        padding: 10px;
        display: none;
    }

    #box-buycomment-more {
        text-align: right;
        display: none;
    }
}
