

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 900px;
height: 490px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
text-align:left;
font-family:Arial;
font-size:12px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 245px;
height: 121px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.1em auto;
padding: 7px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: #ffffff;
padding: 1px;
font-family:Arial;
font-size:12px;
}

/* general page style ends here */

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
font-family:Arial;
font-size:12px;
width: 240px;
height: 130px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #000000;
margin: 0.3em auto;
padding: 2px;
}
