#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 445px;
height: 150px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-left:15px; padding-bottom:15px; padding-right:15px; padding-top:5px;
	text-align: left;
	margin-left:10px; margin-top:5px;
	text-align:justify;
}
#mycustomscrollme {
/* Typical fixed height and fixed width example */
width: 445px;
height: 135px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-left:15px; padding-bottom:15px; padding-right:15px; padding-top:5px;
	text-align: left;
	margin-left:10px; margin-top:5px;
	text-align:justify;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 450px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

