/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0px;
padding: 15px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 380px;
height: 355px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0px;
padding-left: 15px;
padding-right: 15px;
padding-top: 0px;
}


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

/* general page style ends here */