
#mycustomscroll {
/* Typical fixed height and fixed width example */
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left; width:100%;  height :123px;line-height:15px;
color:#404040;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:15pt;
text-align:justify;
text-decoration:none;
}
#mycustomscrollNew {
/* Typical fixed height and fixed width example */
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
float:left; width:100%;  height :300px; line-height:15px;
}

#data {
/* Typical fixed height and fixed width example */
overflow: auto;
background-position:top;
/* IE overflow fix, position must be relative or absolute*/
float:right; width:145px;  height :100%; line-height:15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 350px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

