.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: #c6c6c6;


}
.vscrollerbar {
width: 10px;
background-color: #722b2b;
/*background-image:url(../images/layout/scrollbar.jpg);*/
background-repeat: repeat-y;


}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #722b2b;
}

#scrollbar {
/* this is the code that applies to the div that surround the whole section of html */
width: 550px;
height: 628px;
overflow: auto;
/* 8 July 2009: Position set from relative to absolute for cross-browser compliance */
position: absolute;
font-family: Arial, Helvetica, sans-serif;
font-size: 14pt;
color: #000000;
padding: 10px;
}