
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 410px;
height: 361px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
float:left;
margin-left:10px;
padding-right:20px;
margin-right:25px;
margin-top:15px;
}

