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

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


}
.vscrollerbar {
width: 10px;
background-color:#CECECE;
/*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: #ffffff;

}

#scrollbar {
	/* this is the code that applies to the div that surround the whole section of html */
width: 625px;
	height: 450px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	background-color:#FFFFFF;
	background-position: top left;
	background-repeat: no-repeat;
	padding-top:5px;
	padding-right:100px;
	padding-left:10px;
	padding-bottom:5px;
	
}
