#mycustomscroll {

width: 433px;
height: 793px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #FFFFFF;
margin: 0.3em auto;
padding: 4px;
	text-align: left;
}

#mycustomscroll2 {
width: 335px;
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 {
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}
