#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 550px;
height: 230px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
padding:5px;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 890px;
height: 320px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
padding:5px;
}


.fixedwidth {
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

