/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:none;
/*
background-color: #E7EADE;*/
padding:0px 0px 0px 0px;
border:0px solid #000000;
float:left;
width:255px;
height:352px;
overflow:auto;
color:#000000;
line-height:18px;
font-size:11px;
text-align:left;
background-color:#FFFFFF;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;
/*margin: 0.3em auto;
padding: 15px;*/
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width:255px;
height:352px;
float:left;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background:none;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
position: relative;
background:none;
/*
background-color: #E7EADE;*/
padding:0px 0px 0px 0px;
border:0px solid #000000;
float:left;
width:255px;
height:352px;
overflow:auto;
color:#000000;
line-height:18px;
font-size:11px;
text-align:justify;
background-color:#FFFFFF;
border-left:1px solid #e8e8e8;
border-right:1px solid #e8e8e8;

}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width:255px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */
