#mycustomscroll-blog {
/* Typical fixed height and fixed width example */
width: 550px;
height: 1000px;
overflow: scroll;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px 0px 0px 0px;
padding: 0px 5px;
color:#636363;
line-height:23px;
font-size:15px;
font-family:"Arial", Helvetica, sans-serif;
}
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 550px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px 0px 0px 0px;
padding: 0px 5px;
color:#636363;
line-height:23px;
font-size:15px;
font-family:"Arial", Helvetica, sans-serif;
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 550px;
height: 415px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 5px 0px 0px 0px;
padding: 0px 5px;
color:#636363;
line-height:30px;
font-family:"Arial", Helvetica, sans-serif;
font-size:15px;
}

.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */