/*绿色通道*/
#green_channel {
    position: fixed;
    width: 420px;
    right: 10px;
    bottom: 10px;
    display: block;
    /* rounded corners*/
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    background: #ddd;
    opacity: 0.85;
    display: inline;
}
#cnblogs_post_body a {
    color: #883344;
    text-decoration: none;
    border-width: 1px;
    border-bottom-style: dotted;
}
#cnblogs_post_body a:hover {
    background-color: black;
    color: white;
}
#cnblogs_post_body li {
    list-style-type: decimal;
}
#cnblogs_post_body ol {
    padding-left: 30px;
}
#blogTitle {
    height: 60px;
}
fieldset, .comment_quote {
    text-indent: 0em;
}
a.external {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFZJREFUeF59z4EJADEIQ1F36k7u5E7ZKXeUQPACJ3wK7UNokVxVk9kHnQH7bY9hbDyDhNXgjpRLqFlo4M2GgfyJHhjq8V4agfrgPQX3JtJQGbofmCHgA/nAKks+JAjFAAAAAElFTkSuQmCC) center right no-repeat;
    padding-right: 13px;
}
#btnRead {
    position: fixed;
    right: 45%;
    bottom: 15px;
    height: 40px;
    width: 100px;
    border: 1px solid #777;
    color: black;
    background: #EF5;
    cursor: pointer;
    font-size: large;
    font-weight: bold;
    opacity: 0.9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
#btnRead:hover {
    background: #FF6;
}