#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 556px;
height: 312px;
overflow: hidden;
outline:none;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #fff;
padding-bottom:15px;
padding-top:15px;

}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 510px;
margin-left:15px;
overflow: hidden;
position: relative;
color:#434343;
font-family:Arial;
font-size:13px;
font-weight:400;
line-height:20px;
padding: 0px;
outline:none;
text-align:left;

}

/* general page style ends here */

