#scrollbarEnc { width: 450px; clear: both; margin: 5px auto 5px auto; }
#scrollbarEnc .viewport { width: 430px; height: 240px; overflow: hidden; position: relative; }
#scrollbarEnc .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbarEnc .thumb .end,
#scrollbarEnc .thumb { background-color: #336600; }
#scrollbarEnc .scrollbar { position: relative; float: right; width: 15px; }
#scrollbarEnc .track { background-color: #afcd6c; height: 100%; width:13px; position: relative; padding: 0 1px; }
#scrollbarEnc .thumb { height: 20px; width: 13px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbarEnc .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#scrollbarEnc .disable{ display: none; }


.barraCode
{
    background: #538BAE;
    height: 30px;
}