




/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 700px;
height: 350px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
font-size: 12px;
line-height: 18px;
text-align: left;

}







/* general page style ends here */