#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 185px;
height: 360px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
margin-top:0;
padding: 15px;
text-align:left;
font-size:11px;
}



