
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
margin-top: 40px;
width: 310px;
height: 440px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
}
#mycustomscroll h2 { padding-top: 0; }

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 350px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: absolute;
padding-right: 10px;
bottom:-100px;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 350px;
height: 300px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right: 10px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
height: auto;
position: relative;
}

/* general page style ends here */