

/*Page related styles for you to view*/
#scroll {
/* Typical fixed height and fixed width example */
width: 421px;
height: 69px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 4px 0 4px 6px;
padding: 0;
z-index: 0;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 421px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
