#btitle{
    color: #87BF23;
    font-family: "微软雅黑", "黑体";
    font-size:large;
    text-align: center;
    padding: 3px;
}

#binfo{
    text-align: center;
    color: #AAA;
}

#bcontent{
    padding: 10px 5px;
}

#bcontent img{
    margin: 5px;
}

#bcontent .img{
    margin: 5px;
    width: 98%;
}

#bcontent table{
    width: 98%;
    margin: 5px;
}

#bcontent table,
#bcontent td,
#bcontent th{
    border-spacing: 0px;
    border-collapse: collapse;
    border: 1px solid #87BF23;
    background-color:#eee;
    font-size: 12px;
    padding: 1px 2px;
}

#bcontent th{
    text-align: center;
    background-color:#ccc;
}

#bcontent td,
#bcontent th{
    padding: 3px;
}

#bcontent .code{
    margin: 5px;
    padding: 10px;
    border: 1px solid #87BF23;
    background-color: #eee;
    font-size: 12px;
}

#wcomment,
#bcomment{
    margin: 25px 5px;
}

#bcomment dt{
    padding: 2px 5px;
}

#bcomment dd{
    border-top: 1px dotted #ccc;
    padding-left: 20px;
}

#bctitle,
#wtitle{
    font-family: "微软雅黑","黑体";
    font-size: large;
    border-bottom: 2px solid #87BF23; 
    padding-bottom: 3px;
}

#wcomment .inputbutton{
    background:#F39700;
}

#wcomment .inputbutton,
#wcomment .inputtext,
#wcomment .textarea{
    border: 1px solid #87BF23;

}

#wcomment textarea{
    width: 99%;
}

#wop,
#wname,
#wverifycode{
    height: 30px;
    line-height: 30px;
}
