/*
html,body {
    margin: 0;
    background-color: #fff;
    color: #000;
    overflow: hidden
}
div,span,td,p,input,select {
    font-family: geneva,tahoma,verdana,lucida,sans-serif;
    font-size: 11px
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #c00
}

a:hover {
    background-color: transparent;
    text-decoration: none;
    color: #000
}
*/
#contbut {
    background-color: #fff;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    padding: 2px 5px
}
#contbut img {margin: 0 3px}
#bkg-fade {
    height: 6px;
    background: url('img/bkg-fade1.gif') repeat-x
}
#bkg-fade2 {
    height: 6px;
    background: url('img/bkg-fade2.gif') repeat-x;
    margin: 0
}
#btmbar {
    background: url('img/bkg-btm.gif') repeat-x;
    padding: 4px; height: 28px;
    margin: 0
}
#btmbar .view {
    width: 226px; height: 18px;
    margin-top: 6px;
    border: 1px solid #A9B0B8;
    background-color: #fff;
    padding: 2px 0 2px 8px;
    display: block;
    float: left    
}
#emoticons {
    position: absolute;
    top: 136px; left: 225px;
    background-color: #fff;
    border-top: 1px solid #97A8BA;
    border-left: 1px solid #97A8BA;
    z-index: 1
}
#emoticons div {
    width: 282px;display:block
}
#emoticons div span {
    width: 31px; height: 27px;
    display: block;
    float: left;
    border-right: 1px solid #97A8BA;
    border-bottom: 1px solid #97A8BA;
    padding: 1px;
    text-align: center
}
#comments {
    width: 507px; height: 365px;
    padding: 2px 0 2px 5px;
    overflow-y: auto;
    scrollbar-face-color: #fff; 
    scrollbar-shadow-color: #fff; 
    scrollbar-highlight-color: #fff; 
    scrollbar-3dlight-color: #fff; 
    scrollbar-darkshadow-color: #fff; 
    scrollbar-track-color: #F2F4F5; 
    scrollbar-arrow-color: #626C78
}
#comments .comment {
    background: url('img/bkg-strip.gif');
    padding: 5px;
    margin: 5px 5px 8px 5px    
}
#comments .comment .head {
    font-weight: bold;
    padding-left: 3px;
    margin-bottom: 4px
}
#comments .comment .head .date {
    width: 120px;
    float: right;
    padding-right: 2px;
    text-align: right;
    color: #4C4C4C
}
#comments .comment .body {
    background: #fff;
    border: 1px solid #E9EDF0;
    padding: 2px 5px 2px 12px;
    line-height: 16px;
    text-align: justify;
    color: #2a2a2a
}
#comments .comment .body p {margin: 8px 0}
.red {color:#f00}
