

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 585px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding-right:15px; padding-bottom:15px;
}
#mycustomscroll_sunil {
/* Typical fixed height and fixed width example */
width: 350px;
height: 330px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding-right:15px; padding-bottom:15px;
}


