







/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 340px;
height: 423px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color:#2d2f39;
margin-left:10px;
margin-right:10px;
padding-top:10px;
padding-right:7px;
font-family: AvantGarde Bk BT,Arial, sans-serif;
font-size: 13px;
color:#dcdcdc;



}




/* general page style ends here */