#mycustomscroll {
/* Typical fixed height and fixed width example */
color: #000000; font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 11px; line-height: 15px; position: absolute; top:320px; left: 236px; width: 600px; height: 320px; overflow: auto; margin: 0; padding: 0 20px 0 0; }
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 600px; height: auto; position: relative; color: black; top: 320px; left: 236px; padding: 1px; }
