#post_next_prev {
    line-height: 1.8;
    font-size: 12px;
    clear: left;
}

.diggword {
    margin-top: 5px;
    margin-left: 0;
    font-size: 12px;
    color: gray;
    clear: left;
}

#cnblogs_post_body img {
    width: 100%;
}

#div_digg {
    margin-left: 85%;
    float: right;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 12px;
    width: 115px;
    text-align: center;
    margin-top: 10px;
    float: none;
}

.buryit {
    float: right;
    margin-left: 0px; 
    width: 46px;
    height: 52px;
    background: url(//static.cnblogs.com/images/downdown.gif) no-repeat;
    text-align: center;
    cursor: pointer;
    margin-top: 2px;
    padding-top: 5px;
}

#top {
    height: 100px;
    vertical-align: middle;
    padding-right: 1em;
    padding-left: 1em;
    margin: 0;
    text-align: left;
    margin-left: -20px;
}

#top p {
    padding-left: 1.5em;
}

.post {
    padding: 0;
    margin: 0 0 3em;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #666;
    border-bottom-color: #666;
    border-left-color: #666;
    border-right-width: 2px;
    border-right-style: solid;
    border-right-color: #666;
}




.postBody blockquote {
    background: url(images/comment.gif)) no-repeat 25px 0px;
    min-height: 35px;
    height: 35px;
    line-height: 1.6em;
    color: #666;
}
blockquote {
    border-left: 2px solid #666;
    font-size: 1em;
}
blockquote {
    border: 2px solid #666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}
blockquote {
    border: 2px solid #666;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
}

div.commentform textarea {
    width:99%;
}

.commentbox_title {
    width: 100%;
}

#btn_comment_submit {
    height: 40px;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #f90;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px red;
    width: 105px;
}

#btn_comment_submit:hover {background-color: #f95}

#btn_comment_submit:active {
  background-color: #f95;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#container {
    width: 90%;
}
.comment_textarea{
    width: 100%;
}
#blog_post_info_block{
    display: block;
}
.comment_preview p, div.commentform p{
    text-align: right;
}
#commentbox_opt a{
    display: none;
}
/*鼠标样式*/
/*body {
    cursor: url('https://blog-static.cnblogs.com/files/lucas--liu/cat6.ico'), auto;
}*/