/*Page related styles for you to view*/
#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 450px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
display: block;
}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width: 440px;
height: 190px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
color: black;
margin-top:0px;
margin-bottom:0px;	
}
#mycustomscroll4 {
/* Typical fixed height and fixed width example */
width: 440px;
height: 182px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
}
#mycustomscroll5 {
/* Typical fixed height and fixed width example */
width: 440px;
height: 550px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
color: black;
}
.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
