*{margin:0px; padding:0px; outline:none; border:none;}
body{background:#FFCC99;}
img,fieldset{border:none;}
.clear{clear:both;}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top:0; left: 4px;
}

.vscrollerbase {
width: 15px;
background:url(../images/base.gif) no-repeat 0 0;
}
.vscrollerbar {
width: 8px;
background:url(../images/custom-scroll.gif) no-repeat 0 0;
}
.hscrollerbase {
height: 10px;
background-color: #000;
}
.hscrollerbar {
height: 10px;
background-color: #EE0000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

#mycustomscroll {
/* percentage width without the fix*/
height:120px;
width:676px!important;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px; z-index:0;
}