﻿#commentfield{
  margin:0 auto 10px auto;
  background-color: rgb(243, 243, 243);
  border: 1px solid rgb(204, 204, 204);
  border-top:none;
  float: left;
  padding-top: 5px;
  width:955px;


  font-family:"ＭＳ ゴシック", "Osaka－等幅", "Arial";
}
.ke-container {
    display: inline-block;
    float: left;
    margin: 5px 0 0 0 ;
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
}
.ke-statusbar{
	display:none;
}
.avatarfield {
    display: inline-block;
    float: left;
    margin: 15px 10px 0 15px;
}
#curcomment {
    margin: 0 auto;
	padding:0;
    border: 1px solid #ccc;
    background-color:rgb(102, 102, 102);
    font-family:"ＭＳ ゴシック", "Osaka－等幅", "Arial";
    clear:both;
}
    #curcomment .comment_item
    {
        background-color: #fff;
        border-bottom:1px solid #262626;
    }

    #curcomment .tmspan{
        font-size:12px;
        color:#989898;
        margin-left:40px;
        font-weight:bold;
    }

    #curcomment .rblk {
        display: inline-block;
        float: left;
        margin: 15px 0 10px 0;
        width: 865px;
        overflow: hidden;
        -ms-word-break: break-all;
        word-break: break-all;
    }
    
    #curcomment .rblk2 {
        display: inline-block;
        float: left;
        margin: 15px 0 10px 0;
        width: 785px;
        overflow: hidden;
        -ms-word-break: break-all;
        word-break: break-all;
    }    
    
    #curcomment .h3{
        color:#4187BB;
        font-size:16px;
        font-weight:bold;
    }
    #curcomment .replyf
    {
        clear:both;
        margin-left:70px
    }

    #curcomment a{
        text-decoration:none;
        font-weight:900;
        color:rgb(102, 102, 102);
    }

    .comment_item p{
        font-size:14px;
        margin:5px 0;
        /*font-weight:bold;*/
        line-height:20px;
        color:#484647;
        letter-spacing:2px;

    }
    .delf{
        float:right;
    }
    .delf .delbtn
    {
        font-size:14px;
        font-weight:bold;
        color:#f00;
        cursor:pointer;
    }
    .c_title {
        margin: 0 aut;
        border: 1px solid #ccc;
        border-bottom: none;
        font-size: 16px;
        
        background-color: rgb(243, 243, 243);
        padding-left:17px;
        padding-top:10px;
        -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
        clear:both;
        position:relative;
    }
.rblock
{
    border-top :1px dashed #ccc;
}
.post_inline_comment_btn {
    background: url("http://v2.uyan.cc/code/images/buttonLarge.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgb(184, 184, 184);
    border-radius: 3px 3px 3px 3px;
    color: rgb(102, 102, 102);
    cursor: pointer;
    display: inline-block;
    font-family: "ＭＳ ゴシック", "Osaka－等幅", "Arial";
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    padding: 2px 10px;
    text-align: center;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.post_inline_comment {
    border: 1px solid rgb(184, 184, 184);
    border-radius: 3px 3px 3px 3px;
    color: rgb(102, 102, 102);
    display: inline-block;
    font-family: "ＭＳ ゴシック", "Osaka－等幅", "Arial";
    font-size: 12px;
	height:20px;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    /*height:22px;*/
}

.post_inline_textinput{
    border:none;
    border-bottom:1px solid rgb(184, 184, 184);
    font-size:12px;
}
.loadmore{
    margin: 0 auto 10px auto;
    border: 1px solid #ccc;
    clear:both;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(243, 243, 243);
    height: 46px;
    line-height: 46px;
    cursor:pointer;
    text-align:center;
    -webkit-text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
    font-family:"ＭＳ ゴシック", "Osaka－等幅", "Arial";
}
#wcounter,#r_wcounter{
    color:#f00;
}
.repdia
{
    display:none;
}