
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 750px;
height: 600px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #f1f1f1;
margin: 0.3em auto;
padding: 10px;
}
