#mycustomscroll {
/* percentage width without the fix*/
width: 865px;
height: 586px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
/*margin: 0.3em auto;*/
padding: 5px;
/*border:#FF0033 1px solid;*/
}

#mycustomscroll1 {
/* percentage width without the fix*/
width: 873px;
height: 205px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0.3em auto;
padding: 5px;
/*border:#000000 1px solid;*/
}

#mycustomscroll2 {
/* percentage width without the fix*/
width: 100%;
height: 318px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
/*background-color: #E7EADE;*/
margin: 0.3em auto;
padding: 5px;
}