#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 306px;
height: 415px !important;
overflow: auto;
/* IE overflow fix", "position must be relative or absolute*/
position: relative;
background-color: black;
border-top:solid 1px Teal;
}


.fixedwidth 
{
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
/*width: 550px;
height: auto;*/

height: auto !important;
position: relative;
color: black;
border:solid 0px Teal;
color:White;
}

/* general page style ends here */"/*Page related styles for you to view*/
/* Typical fixed height and fixed width example */;
