







/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 355px;
height: 316px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#919191;



padding-right:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;



}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 390px;
height: 316px;
overflow: auto; 
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#919191;



padding-right:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;



}

#mycustomscroll3 {
/* Typical fixed height and fixed width example */
width:220px;
height: 366px;
overflow: auto; 
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#919191;



padding-right:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#ffffff;



}




/* general page style ends here */